Skip to content

Commit

Permalink
Make dialog checkbox to wrap content height (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Jan 6, 2020
1 parent afa52ff commit 8a91dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/prompt_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<FrameLayout
android:id="@+id/checkboxContainer"
android:layout_width="322dp"
android:layout_height="22dp"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginBottom="10dp"
android:layout_above="@+id/buttonsLayout">
Expand All @@ -105,7 +105,7 @@
<RelativeLayout
android:id="@+id/buttonsLayout"
android:layout_width="322dp"
android:layout_height="36dp"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:gravity="center">
Expand Down

0 comments on commit 8a91dcb

Please sign in to comment.