summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/videoplayer_activity.xml
AgeCommit message (Collapse)Author
2019-03-29Change the icons in interface #3040Matias de Andrea
2018-12-01force LTR dir for play controlsMostafa Ahangarha
2018-11-30Force LTR directionMostafa Ahangarha
Playing btns should remain in LTR direction to keep consistancy in playing media experience across applications.
2018-11-23Improve RTL supportMostafa Ahangarha
For all the layout elements having margin, padding,... to right or left, releavnt start/end property is added so all the elements are supposed to be displayed properly in RTL mode. There are still minor issues related to some icons such as play, ff and rev. This issue must be addressed separately in future.
2018-01-09Centered seekBarByteHamster
2018-01-09Allow to touch space next to video playerByteHamster
2016-02-23rewind/fastforward labels on videoplayeractivity layoutDomingos Lopes
2016-01-23Video Player: Add rewind and fast forward buttonsMartin Fietz
2016-01-23RefactorMartin Fietz
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-07Fixed fullscreen issues in video playerdaniel oeh
Affects issue #563
2014-11-20fix blurry play/pause overlay in videoplayer activityJens Müller
2014-11-15Moved videoplayer layout from layout-land to layoutdaniel oeh
Although the screen orientation of the VideoPlayerActivity is 'landscape', Android sometimes tries to launch it in portrait mode anyway.