diff --git a/Android.bp b/Android.bp index 11a0d18b7dc37285765cf00d8f395d2377e016f2..f56ca95f9be6ffc68f39fa22aa1a4c526cb024f7 100644 --- a/Android.bp +++ b/Android.bp @@ -88,6 +88,7 @@ android_library { "WifiTrackerLib", "SettingsLibActivityEmbedding", "Settings-change-ids", + "SystemUIUnfoldLib", ], libs: [ diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f51719b4dd3ae559d8c0c1db80bba76bdf15356b..6d2c636ccf752b0d2dd8dbe7daf8f9784fdf79cb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -118,6 +118,7 @@ + + + @@ -262,6 +265,7 @@ + @@ -289,6 +293,7 @@ android:icon="@drawable/ic_homepage_connected_device"> + + + @@ -785,6 +792,7 @@ android:icon="@drawable/ic_homepage_vpn"> + @@ -821,6 +829,7 @@ android:icon="@drawable/ic_settings_date_time"> + @@ -844,6 +853,7 @@ android:icon="@drawable/ic_settings_language"> + @@ -901,6 +911,7 @@ android:label="@string/available_virtual_keyboard_category"> + + + @@ -1092,6 +1105,7 @@ + + @@ -1239,6 +1254,7 @@ + + @@ -1383,6 +1400,7 @@ + @@ -1442,6 +1460,7 @@ android:label="@string/high_power_apps"> + + @@ -1697,6 +1717,7 @@ android:configChanges="orientation|keyboardHidden|screenSize"> + @@ -1724,6 +1745,8 @@ + + @@ -1900,6 +1924,7 @@ android:label="@string/usage_access_title"> + + @@ -2097,6 +2123,7 @@ android:label="@string/accessibility_captioning_title"> + + @@ -2266,6 +2294,7 @@ android:theme="@style/GlifTheme.Light"> + @@ -2431,6 +2460,7 @@ + @@ -2585,6 +2615,7 @@ android:icon="@drawable/ic_settings_print"> + @@ -2782,6 +2813,7 @@ android:icon="@drawable/ic_cast_24dp"> + + + @@ -2958,6 +2993,7 @@ android:icon="@drawable/ic_homepage_data_usage"> + @@ -2990,6 +3026,7 @@ android:icon="@drawable/ic_settings_display"> + - - - + @@ -3093,6 +3124,7 @@ android:label="@string/manage_notification_access_title" > + + + @@ -3409,6 +3443,7 @@ android:enabled="@bool/config_show_regulatory_info"> + + + @@ -4103,6 +4140,7 @@ android:label="@string/connected_device_connections_title"> + diff --git a/res/drawable/ia_settings_communal.xml b/res/drawable/ia_settings_communal.xml new file mode 100644 index 0000000000000000000000000000000000000000..14642c9a168a2cc07de2fa1dfcfd9d0e3991b257 --- /dev/null +++ b/res/drawable/ia_settings_communal.xml @@ -0,0 +1,24 @@ + + + + + diff --git a/res/drawable/ic_battery_dock_defender_untriggered_24dp.xml b/res/drawable/ic_battery_dock_defender_untriggered_24dp.xml new file mode 100644 index 0000000000000000000000000000000000000000..ba4d7727745e7a09f2c227459465a6f1aa4b6060 --- /dev/null +++ b/res/drawable/ic_battery_dock_defender_untriggered_24dp.xml @@ -0,0 +1,30 @@ + + + + + diff --git a/res/drawable/ic_battery_status_protected_24dp.xml b/res/drawable/ic_battery_status_protected_24dp.xml new file mode 100644 index 0000000000000000000000000000000000000000..b4de02fc4915391afc6131c1566872f90ad7c789 --- /dev/null +++ b/res/drawable/ic_battery_status_protected_24dp.xml @@ -0,0 +1,34 @@ + + + + + + diff --git a/res/drawable/ic_ring_volume.xml b/res/drawable/ic_ring_volume.xml new file mode 100644 index 0000000000000000000000000000000000000000..343fe5d4cb698f4922d103ab32903bf9ec51821f --- /dev/null +++ b/res/drawable/ic_ring_volume.xml @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_ring_volume_off.xml b/res/drawable/ic_ring_volume_off.xml new file mode 100644 index 0000000000000000000000000000000000000000..74f30d1a44d258be972ed94276c17db94a27316c --- /dev/null +++ b/res/drawable/ic_ring_volume_off.xml @@ -0,0 +1,34 @@ + + + + + + + diff --git a/res/drawable/volume_dialog_button_background_outline.xml b/res/drawable/volume_dialog_button_background_outline.xml index 78f3fcf3c5b11e6728f5fcea977f8153e53d15b2..efbaec63bd51a62dc36add0fb3172fbb32b95ad0 100644 --- a/res/drawable/volume_dialog_button_background_outline.xml +++ b/res/drawable/volume_dialog_button_background_outline.xml @@ -14,18 +14,21 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - - - \ No newline at end of file + android:insetTop="6dp" + android:insetBottom="6dp"> + + + + + + + \ No newline at end of file diff --git a/res/drawable/volume_dialog_button_background_solid.xml b/res/drawable/volume_dialog_button_background_solid.xml index 1fa8f20cf31d2142697632db59a083d4e7cf1713..697131db2478525aa6b32bddb2bf607cbb059fd1 100644 --- a/res/drawable/volume_dialog_button_background_solid.xml +++ b/res/drawable/volume_dialog_button_background_solid.xml @@ -15,17 +15,20 @@ limitations under the License. --> - - - - - - \ No newline at end of file + android:insetTop="6dp" + android:insetBottom="6dp"> + + + + + + + \ No newline at end of file diff --git a/res/layout/add_supervised_user.xml b/res/layout/add_supervised_user.xml deleted file mode 100644 index 33032bd58f76e8a7cd1b6a9591d2edb46f3baa03..0000000000000000000000000000000000000000 --- a/res/layout/add_supervised_user.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - -