fix cut off text

closes sk22#295
This commit is contained in:
sk
2023-01-16 17:55:44 +01:00
committed by LucasGGamerM
parent 6666f82329
commit 3064b549cd
2 changed files with 4 additions and 3 deletions

View File

@@ -103,7 +103,7 @@
<TextView
android:id="@+id/state_title"
android:layout_width="match_parent"
android:layout_height="16dp"
android:layout_height="wrap_content"
android:layout_below="@id/retry_or_cancel_upload"
android:layout_marginTop="16dp"
android:textColor="?colorGray200"
@@ -118,7 +118,7 @@
<TextView
android:id="@+id/state_text"
android:layout_width="match_parent"
android:layout_height="32dp"
android:layout_height="wrap_content"
android:layout_below="@id/state_title"
android:includeFontPadding="false"
android:textColor="?colorGray200"