diff options
| author | 2024-03-05 01:51:48 +0000 | |
|---|---|---|
| committer | 2024-03-05 01:51:48 +0000 | |
| commit | bbc6941cbb3b9ab589e924a03efe913e2f490d0c (patch) | |
| tree | e8c1a5edfc213d6f0f47e52721f882499ca98894 | |
| parent | 50981b6c7ad38ecfbb393874fc2250404a4738e5 (diff) | |
| parent | f47606f122049bd73ce39b1e449cbda794a74395 (diff) | |
Merge "ChannelEditorDialog: use @dimen/large_dialog_width" into main
| -rw-r--r-- | packages/SystemUI/res/layout/notif_half_shelf.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/layout/notif_half_shelf.xml b/packages/SystemUI/res/layout/notif_half_shelf.xml index 68c8dd96d188..d8d298573d04 100644 --- a/packages/SystemUI/res/layout/notif_half_shelf.xml +++ b/packages/SystemUI/res/layout/notif_half_shelf.xml @@ -19,11 +19,11 @@ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:id="@+id/half_shelf_dialog" android:orientation="vertical" - android:layout_width="wrap_content" + android:layout_width="@dimen/large_dialog_width" android:layout_height="wrap_content" android:layout_gravity="center_horizontal|bottom" - android:paddingStart="4dp" - android:paddingEnd="4dp"> + android:paddingLeft="@dimen/dialog_side_padding" + android:paddingRight="@dimen/dialog_side_padding"> <LinearLayout android:id="@+id/half_shelf" |