Skip to content

Commit

Permalink
-button spacing in the dialog box
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-dimagi committed Dec 3, 2024
1 parent b79797c commit 2c5eefe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/res/layout/custom_alert_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
android:padding="@dimen/standard_spacer"
android:layout_alignParentRight="true"
android:layout_marginRight="@dimen/standard_spacer"
android:layout_marginLeft="@dimen/standard_spacer"
android:textSize="@dimen/font_size_dp_medium"
android:visibility="gone"
android:layout_alignParentEnd="true"
Expand All @@ -90,6 +91,7 @@
android:layout_width="wrap_content"
android:layout_height="@dimen/min_button_height"
android:padding="@dimen/standard_spacer"
android:layout_marginRight="@dimen/standard_spacer"
android:layout_toLeftOf="@id/positive_button"
android:textSize="@dimen/font_size_dp_medium"
android:visibility="gone"
Expand Down

0 comments on commit 2c5eefe

Please sign in to comment.