[Android] Audio browser: do not put all the title letters in caps
Adrien Maglo
git at videolan.org
Thu Dec 12 13:09:36 CET 2013
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Thu Dec 12 13:09:24 2013 +0100| [7ddd4521b77f6e05f6f04d8c8c10abc927e0c6fc] | committer: Adrien Maglo
Audio browser: do not put all the title letters in caps
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7ddd4521b77f6e05f6f04d8c8c10abc927e0c6fc
---
vlc-android/res/layout/audio_browser_separator.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/vlc-android/res/layout/audio_browser_separator.xml b/vlc-android/res/layout/audio_browser_separator.xml
index 4e063ce..9889308 100644
--- a/vlc-android/res/layout/audio_browser_separator.xml
+++ b/vlc-android/res/layout/audio_browser_separator.xml
@@ -12,7 +12,6 @@
android:layout_marginLeft="10dip"
android:layout_marginTop="5dip"
android:text="@string/title"
- android:textAllCaps="true"
android:textColor="?attr/darkorange"
android:textSize="20sp" />
More information about the Android
mailing list