[Android] Tracks & Subtitles : Increase text size in menu
Alexandre Perraud
git at videolan.org
Tue Oct 30 14:50:55 CET 2012
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Tue Oct 30 15:50:55 2012 +0100| [e78865cfe5de27350dee5e1c6e1cc6cd4d09290b] | committer: Jean-Baptiste Kempf
Tracks & Subtitles : Increase text size in menu
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e78865cfe5de27350dee5e1c6e1cc6cd4d09290b
---
vlc-android/res/layout/list_item_checkable.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/layout/list_item_checkable.xml b/vlc-android/res/layout/list_item_checkable.xml
index 06f97e0..aab4602 100644
--- a/vlc-android/res/layout/list_item_checkable.xml
+++ b/vlc-android/res/layout/list_item_checkable.xml
@@ -3,5 +3,5 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:textColor="@android:color/black" />
-
+ android:textColor="@android:color/black"
+ android:textSize="18sp" />
More information about the Android
mailing list