mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +01:00
do not toggle video player bottom time holder visibility
This commit is contained in:
parent
760957a313
commit
dad6fb6689
@ -394,7 +394,6 @@ open class VideoPlayerActivity : SimpleActivity(), SeekBar.OnSeekBarChangeListen
|
|||||||
video_time_holder.setPadding(0, 0, right, bottom)
|
video_time_holder.setPadding(0, 0, right, bottom)
|
||||||
video_seekbar.setOnSeekBarChangeListener(this)
|
video_seekbar.setOnSeekBarChangeListener(this)
|
||||||
video_seekbar!!.max = mDuration
|
video_seekbar!!.max = mDuration
|
||||||
video_time_holder.beInvisibleIf(mIsFullscreen)
|
|
||||||
video_duration.text = mDuration.getFormattedDuration()
|
video_duration.text = mDuration.getFormattedDuration()
|
||||||
video_curr_time.text = mCurrTime.getFormattedDuration()
|
video_curr_time.text = mCurrTime.getFormattedDuration()
|
||||||
setupTimer()
|
setupTimer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user