[Android] Audio browser: the separator text views must have a single line
Adrien Maglo
git at videolan.org
Wed Jan 29 10:59:21 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Jan 29 10:59:15 2014 +0100| [7b33ec55fd6c36065ed92995d0ed9ac6a0fd53b2] | committer: Adrien Maglo
Audio browser: the separator text views must have a single line
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7b33ec55fd6c36065ed92995d0ed9ac6a0fd53b2
---
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 9889308..e92dcc2 100644
--- a/vlc-android/res/layout/audio_browser_separator.xml
+++ b/vlc-android/res/layout/audio_browser_separator.xml
@@ -11,6 +11,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="10dip"
android:layout_marginTop="5dip"
+ android:singleLine="true"
android:text="@string/title"
android:textColor="?attr/darkorange"
android:textSize="20sp" />
More information about the Android
mailing list