diff --git a/data/etc/com.android.systemui.xml b/data/etc/com.android.systemui.xml index 5d2e303b921eb..38e18a9419058 100644 --- a/data/etc/com.android.systemui.xml +++ b/data/etc/com.android.systemui.xml @@ -39,6 +39,7 @@ + diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 617ed4e58e774..30b461d1fe45f 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -180,6 +180,8 @@ + + @@ -686,6 +688,25 @@ android:visibleToInstantApps="true"> + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index 2dc0f5ff202c0..7aaf6f9a778ac 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -1249,6 +1249,10 @@ 32dp 2dp + 15 + + 8dp + 200dp 18dp diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index bcf3a262697b6..5b28479ab5caf 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2639,4 +2639,11 @@ The list of all controls could not be loaded. Other + + + Add to Quick Controls + + Add to favorites + + %s suggested this control to add to your favorites. diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 2eccf586b455c..125dd8f1d60cd 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -697,4 +697,7 @@ @color/control_list_popup_background + +