am 72062e9d: am bc4a4742: am 71393a01: [FM] #lqa5f0cf83f: Android - LQA - MR1 Radio and Dual SIM - RU - Discard button truncated

* commit '72062e9d3e2906a4440758c7765b2437140dfb31':
  [FM] #lqa5f0cf83f: Android - LQA - MR1 Radio and Dual SIM - RU - Discard button truncated
diff --git a/res/layout/save_dialog.xml b/res/layout/save_dialog.xml
index 6c067cd..7782bc4 100644
--- a/res/layout/save_dialog.xml
+++ b/res/layout/save_dialog.xml
@@ -74,8 +74,9 @@
 
         <Button
             android:id="@+id/save_dialog_button_discard"
-            android:layout_width="88dip"
+            android:layout_width="wrap_content"
             android:layout_height="match_parent"
+            android:layout_marginEnd="5dip"
             android:alpha="0.87"
             android:background="?android:selectableItemBackground"
             android:fontFamily="sans-serif-medium"
@@ -85,8 +86,9 @@
 
         <Button
             android:id="@+id/save_dialog_button_save"
-            android:layout_width="88dip"
+            android:layout_width="wrap_content"
             android:layout_height="match_parent"
+            android:layout_marginStart="5dip"
             android:alpha="1"
             android:background="?android:selectableItemBackground"
             android:fontFamily="sans-serif-medium"