Merge "Change layout_height of contentPanel in Wear AlertDialog to wrap_content" into cw-f-dev

This commit is contained in:
Christine Hallstrom
2016-09-19 16:53:26 +00:00
committed by Android (Google) Code Review

View File

@@ -45,7 +45,7 @@
<!-- Content Panel --> <!-- Content Panel -->
<FrameLayout android:id="@+id/contentPanel" <FrameLayout android:id="@+id/contentPanel"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:clipToPadding="false"> android:clipToPadding="false">
<TextView android:id="@+id/message" <TextView android:id="@+id/message"
android:layout_width="match_parent" android:layout_width="match_parent"