Adjust layout to avoid clipping.
Fixes the WiFi AP dialogs getting clipped at the right edge. Bug: 6525128 Change-Id: Ic1c5c682d51e1492fe3c739c01255db886a90518
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user