Increase the update button width

Depending on the localization, the text may not fit into
the button and may be unreadable or difficult to read.
This commit is contained in:
Ingo Brückl
2022-08-31 21:22:24 +02:00
parent b7ee3ab70a
commit e6dc9fefdd

View File

@@ -123,7 +123,7 @@
<LinearLayout
android:id="@+id/layout_action"
android:layout_width="100dp"
android:layout_width="115dp"
android:layout_height="@dimen/height_button"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"