Fixed dialog default titlebar shown on android 5.1, added spacing for control buttons in EditVariable dialog to prevent accidently triggering the cancel/add buttons

This commit is contained in:
2020-06-28 21:22:46 -05:00
parent 27ca41a416
commit 568bebfb6d
6 changed files with 15 additions and 4 deletions

View File

@@ -62,6 +62,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dialog_button_margin"
android:orientation="horizontal">
<Button