[Android] Reduce tabs padding on top
Geoffrey Métais
git at videolan.org
Thu Feb 26 17:55:30 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 26 17:55:06 2015 +0100| [3a6ef3526ebb733ac8e5f2d757d666755d7b0334] | committer: Geoffrey Métais
Reduce tabs padding on top
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3a6ef3526ebb733ac8e5f2d757d666755d7b0334
---
vlc-android/res/layout/tab_layout.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/tab_layout.xml b/vlc-android/res/layout/tab_layout.xml
index d3ae3c4..d87b5f0 100644
--- a/vlc-android/res/layout/tab_layout.xml
+++ b/vlc-android/res/layout/tab_layout.xml
@@ -5,7 +5,7 @@
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:paddingBottom="10dp"
- android:paddingTop="10dp"
+ android:paddingTop="2dp"
android:gravity="center"
android:singleLine="true"
android:ellipsize="end"
More information about the Android
mailing list