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

@@ -6,7 +6,7 @@
<TextView
android:layout_width="0dp"
android:layout_height="28dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginTop="12dp"
android:layout_marginStart="16dp"
@@ -22,6 +22,7 @@
android:layout_height="44dp"
android:layout_marginTop="4dp"
android:layout_marginEnd="6dp"
android:layout_gravity="center_vertical"
android:tint="?android:textColorSecondary"
android:background="?android:selectableItemBackgroundBorderless"
android:contentDescription="@string/clear"