Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 876d4b65 authored by Christine Hallstrom's avatar Christine Hallstrom
Browse files

Change layout_height of contentPanel in Wear AlertDialog to wrap_content

When layout_height is set to match_parent and message is less than
height of parent, button won't show up.

Bug: 31223165
Change-Id: I4f7376fbf34c57309dcb5223dfc4df16774a82d0
parent b4b51ec3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
            <!-- Content Panel -->
            <FrameLayout android:id="@+id/contentPanel"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_height="wrap_content"
                    android:clipToPadding="false">
                <TextView android:id="@+id/message"
                        android:layout_width="match_parent"