Set a maximum width for the settings bottom panel on large screens am: 9fab04b913
am: d6adfa60d5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15543301 Change-Id: Ib5266152aae2fcbaaa6be9c3ced83f672f681c36
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/panel_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="@dimen/settings_panel_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:background="@drawable/settings_panel_rounded_top_corner_background" >
|
||||
|
||||
<LinearLayout
|
||||
|
Reference in New Issue
Block a user