Merge "Change layout_height of contentPanel in Wear AlertDialog to wrap_content" into cw-f-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5884b9d40c
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user