From 9c15e22b8fe2dd372bfa579fb6b200811ef28f86 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 6 Feb 2021 09:49:03 +0800 Subject: [PATCH] don't let report bug get too wide (especially for Russian) --- app/src/main/res/layout/settings_fragment.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/settings_fragment.xml b/app/src/main/res/layout/settings_fragment.xml index b15dc757..2d14ef46 100644 --- a/app/src/main/res/layout/settings_fragment.xml +++ b/app/src/main/res/layout/settings_fragment.xml @@ -88,6 +88,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="8dp" + android:layout_marginEnd="8dp" android:layout_marginBottom="8dp" android:background="@color/cardview_light_background" android:checked="true" @@ -100,13 +101,15 @@