Himalayan-Academy / Siva-Siva-App

Code Repository for the Siva Siva Mobile App
11 stars 3 forks source link

Listen: some wrong- behavior_listen: updateUI: case "listen-file" #307

Closed Brahmanathaswami closed 3 years ago

Brahmanathaswami commented 3 years ago

Well I tried to fix this. But no way... over to Brian

  case "listen-file"

        [snip]

         put the long id of grc "audioDetailsBkg" into tAudioDetailsGrc
         set the width of tAudioDetailsGrc to (CardWidth() - 20)
         bottomCenterMe tAudioDetailsGrc, 140

         put the long id of grp "audioDetails" into tGroupAudioDetails
         set the width of tGroupAudioDetails to (CardWidth() - 30)
         bottomCenterMe tGroupAudioDetails, 145

         put the long id of fld "audioDetails" into tAudioDetailsFld
         set the width of tAudioDetailsFld to (CardWidth() - 30)
         bottomCenterMe tAudioDetailsFld, 145
2021-06-16_06-31-24