[Android] Set progress bar text on 1 single line
Geoffrey Métais
git at videolan.org
Thu May 18 16:04:06 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu May 18 16:03:25 2017 +0200| [065afc4bc9a571efb351b93d89efd90144f7435c] | committer: Geoffrey Métais
Set progress bar text on 1 single line
> https://code.videolan.org/videolan/vlc-android/commit/065afc4bc9a571efb351b93d89efd90144f7435c
---
vlc-android/res/layout/scan_progress.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/res/layout/scan_progress.xml b/vlc-android/res/layout/scan_progress.xml
index 25f7230..d242b20 100644
--- a/vlc-android/res/layout/scan_progress.xml
+++ b/vlc-android/res/layout/scan_progress.xml
@@ -16,5 +16,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
+ android:maxLines="1"
android:textColor="?attr/font_light"/>
</RelativeLayout>
\ No newline at end of file
More information about the Android
mailing list