[Android] Audio browser: set all the separator tittles to uppercase

Adrien Maglo git at videolan.org
Fri Nov 15 23:30:06 CET 2013


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Nov 15 23:29:39 2013 +0100| [365be12b74f0c656f01c000ec7577a36f5591c2e] | committer: Adrien Maglo

Audio browser: set all the separator tittles to uppercase

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

 vlc-android/res/layout/audio_browser_separator.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/res/layout/audio_browser_separator.xml b/vlc-android/res/layout/audio_browser_separator.xml
index ef298c7..66e8f44 100644
--- a/vlc-android/res/layout/audio_browser_separator.xml
+++ b/vlc-android/res/layout/audio_browser_separator.xml
@@ -13,6 +13,7 @@
         android:layout_marginRight="5dip"
         android:layout_marginTop="5dip"
         android:text="@string/title"
+        android:textAllCaps="true"
         android:textColor="?attr/orange"
         android:textSize="20sp" />
     



More information about the Android mailing list