[Android] Fix SubtitleDownloaderDialog message heigth

Habib Kazemi git at videolan.org
Mon Oct 22 15:13:51 CEST 2018


vlc-android | branch: master | Habib Kazemi <kazemihabib1996 at gmail.com> | Fri Oct 19 00:56:54 2018 +0330| [405cd243390b93539f7adfba5a6eb9c16c58b790] | committer: Geoffrey Métais

Fix SubtitleDownloaderDialog message heigth

Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>

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

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

diff --git a/vlc-android/res/layout/subtitle_download_fragment.xml b/vlc-android/res/layout/subtitle_download_fragment.xml
index c4802bda6..93a71f4a1 100644
--- a/vlc-android/res/layout/subtitle_download_fragment.xml
+++ b/vlc-android/res/layout/subtitle_download_fragment.xml
@@ -143,7 +143,7 @@
         <TextView
             android:id="@+id/message"
             android:layout_width="0dp"
-            android:layout_height="16dp"
+            android:layout_height="20dp"
             android:text="@{viewmodel.observableMessage}"
             android:textColor="@color/red"
             android:gravity="center_horizontal"



More information about the Android mailing list