[Android] Fix sub downloader message not shown correctly

Habib Kazemi git at videolan.org
Wed Dec 5 11:10:39 CET 2018


vlc-android | branch: master | Habib Kazemi <kazemihabib1996 at gmail.com> | Fri Nov 30 12:20:05 2018 +0330| [785a84d2ac2e8c7b88b06b57c67c939ea5aa7cdf] | committer: Geoffrey Métais

Fix sub downloader message not shown correctly

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

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

 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 76018ed3e..7b46a495f 100644
--- a/vlc-android/res/layout/subtitle_download_fragment.xml
+++ b/vlc-android/res/layout/subtitle_download_fragment.xml
@@ -165,7 +165,7 @@
         <TextView
             android:id="@+id/message"
             android:layout_width="0dp"
-            android:layout_height="20dp"
+            android:layout_height="wrap_content"
             android:text="@{viewmodel.observableMessage}"
             android:textColor="@color/red"
             android:gravity="center_horizontal"



More information about the Android mailing list