Skip to content

Commit e6dc9fe

Browse files
committed
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.
1 parent b7ee3ab commit e6dc9fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout/view_app_update.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
<LinearLayout
125125
android:id="@+id/layout_action"
126-
android:layout_width="100dp"
126+
android:layout_width="115dp"
127127
android:layout_height="@dimen/height_button"
128128
android:layout_alignParentEnd="true"
129129
android:layout_centerVertical="true"

0 commit comments

Comments
 (0)