Skip to content
Snippets Groups Projects
Commit 785a84d2 authored by Habib Kazemi's avatar Habib Kazemi Committed by Geoffrey Métais
Browse files

Fix sub downloader message not shown correctly


Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent 7a176c31
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment