[Android] Remove the padding at both ends of the seekbar

Ludovic Fauvet git at videolan.org
Tue Sep 25 18:17:49 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Sep 25 18:11:14 2012 +0200| [38bc22846cd7032e5c79a678660a314209a02a27] | committer: Ludovic Fauvet

Remove the padding at both ends of the seekbar

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

 vlc-android/res/layout/audio_player_mini.xml |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/audio_player_mini.xml b/vlc-android/res/layout/audio_player_mini.xml
index 35b7056..47ce943 100644
--- a/vlc-android/res/layout/audio_player_mini.xml
+++ b/vlc-android/res/layout/audio_player_mini.xml
@@ -13,7 +13,9 @@
         android:minHeight="2dip"
         android:maxHeight="2dip"
         android:progressDrawable="@drawable/po_seekbar"
-        android:thumb="@drawable/spacer" />
+        android:thumb="@drawable/spacer"
+        android:paddingLeft="0px"
+        android:paddingRight="0px" />
     <LinearLayout
         android:id="@+id/mini_player"
         android:layout_width="fill_parent"



More information about the Android mailing list