Fixed dialog content being squished unnecessarily

...by updating constraint layout
...lol
This commit is contained in:
Viktor De Pasquale
2020-01-30 17:52:39 +01:00
committed by John Wu
parent 0783d385d5
commit 4638fdf2d7
4 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/margin_generic">
@@ -13,7 +13,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/margin_generic">
@@ -13,7 +13,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/margin_generic">