Change layout_height of contentPanel in Wear AlertDialog to wrap_content

am: 876d4b65a1

Change-Id: Ie188ae163cfe0aa9b5b63934622a54dda2ae9a9a
This commit is contained in:
Christine Hallstrom
2016-09-19 16:59:56 +00:00
committed by android-build-merger

View File

@@ -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"