[Android] Larger seekbar, easier to grab

Geoffrey Métais git at videolan.org
Fri Dec 19 13:36:48 CET 2014


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 18 15:52:54 2014 +0100| [417a23aace1fbca2094f0090c4a7564d58be34f5] | committer: Jean-Baptiste Kempf

Larger seekbar, easier to grab

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=417a23aace1fbca2094f0090c4a7564d58be34f5
---

 vlc-android/res/layout/player_hud.xml |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/vlc-android/res/layout/player_hud.xml b/vlc-android/res/layout/player_hud.xml
index 02403d8..8ced6a8 100644
--- a/vlc-android/res/layout/player_hud.xml
+++ b/vlc-android/res/layout/player_hud.xml
@@ -20,6 +20,8 @@
         android:minHeight="@dimen/seekbar_height"
         android:paddingLeft="@dimen/time_margin_sides"
         android:paddingRight="@dimen/time_margin_sides"
+        android:paddingTop="5dp"
+        android:paddingBottom="5dp"
         android:layout_alignParentTop="true"
         android:progressDrawable="@drawable/po_seekbar"
         android:thumb="@drawable/seekbar_thumb"



More information about the Android mailing list