diff --git a/Android.bp b/Android.bp index be3a85a43b3b52e4dc4af18bc06b4f94bebb9509..0307ccbf82df714a1c2c1abc1f3693e2e879d8f3 100644 --- a/Android.bp +++ b/Android.bp @@ -88,6 +88,7 @@ android_library { "WifiTrackerLib", "SettingsLibActivityEmbedding", "Settings-change-ids", + "SystemUIUnfoldLib", "org.lineageos.platform.internal", "LineagePreferenceLib", "vendor.lineage.fastcharge-V1.0-java", diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c4fba3defc33a9fba383bf4cd65e4861683e8ac1..80e0f4b61b62a9c8db0619df417668890db566f6 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"> + + + @@ -797,6 +804,7 @@ android:icon="@drawable/ic_homepage_vpn"> + @@ -833,6 +841,7 @@ android:icon="@drawable/ic_settings_date_time"> + @@ -856,6 +865,7 @@ android:icon="@drawable/ic_settings_language"> + @@ -913,6 +923,7 @@ android:label="@string/available_virtual_keyboard_category"> + + + @@ -1104,6 +1117,7 @@ + + @@ -1251,6 +1266,7 @@ + + @@ -1395,6 +1412,7 @@ + @@ -1454,6 +1472,7 @@ android:label="@string/high_power_apps"> + + @@ -1709,6 +1729,7 @@ android:configChanges="orientation|keyboardHidden|screenSize"> + @@ -1736,6 +1757,8 @@ + + @@ -1912,6 +1936,7 @@ android:label="@string/usage_access_title"> + + @@ -2109,6 +2135,7 @@ android:label="@string/accessibility_captioning_title"> + + @@ -2278,6 +2306,7 @@ android:theme="@style/GlifTheme.Light"> + @@ -2447,6 +2476,7 @@ + @@ -2601,6 +2631,7 @@ android:icon="@drawable/ic_settings_print"> + @@ -2798,6 +2829,7 @@ android:icon="@drawable/ic_cast_24dp"> + + + @@ -2974,6 +3009,7 @@ android:icon="@drawable/ic_homepage_data_usage"> + @@ -3006,6 +3042,7 @@ android:icon="@drawable/ic_settings_display"> + - - - + @@ -3109,6 +3140,7 @@ android:label="@string/manage_notification_access_title" > + + + @@ -3425,6 +3459,7 @@ android:enabled="@bool/config_show_regulatory_info"> + + + @@ -4119,6 +4156,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 @@ - - - - -