Change layout_height of contentPanel in Wear AlertDialog to wrap_content am: 876d4b65a1

am: b0bf5d963f

Change-Id: I60a233ff8dae14fe18834111ce8b4ae9bd8c9e9b
This commit is contained in:
Christine Hallstrom
2016-09-19 23:48:53 +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"