[Android] TV: Bigger empty view text size

Geoffrey Métais git at videolan.org
Thu Dec 20 14:07:24 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 20 13:56:50 2018 +0100| [fbc8e2dcd0c8d7c57f96a878d7d165cfa3135f93] | committer: Geoffrey Métais

TV: Bigger empty view text size

> https://code.videolan.org/videolan/vlc-android/commit/fbc8e2dcd0c8d7c57f96a878d7d165cfa3135f93
---

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

diff --git a/vlc-android/res/layout/tv_vertical_grid.xml b/vlc-android/res/layout/tv_vertical_grid.xml
index 69f7182d5..ffcc8c3b3 100644
--- a/vlc-android/res/layout/tv_vertical_grid.xml
+++ b/vlc-android/res/layout/tv_vertical_grid.xml
@@ -30,6 +30,7 @@
         android:layout_height="wrap_content"
         android:layout_gravity="center"
         android:text="@string/directory_empty"
+        android:textSize="22sp"
         android:visibility="gone"
         app:layout_constraintTop_toBottomOf="@id/tv_fragment_progress"
         app:layout_constraintBottom_toBottomOf="parent"



More information about the Android mailing list