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

Commit b0bf5d96 authored by Christine Hallstrom's avatar Christine Hallstrom Committed by android-build-merger
Browse files

Change layout_height of contentPanel in Wear AlertDialog to wrap_content

am: 876d4b65

Change-Id: Ie188ae163cfe0aa9b5b63934622a54dda2ae9a9a
parents 2cd235d0 876d4b65
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"