diff options
| author | 2024-03-26 18:08:29 +0000 | |
|---|---|---|
| committer | 2024-03-26 18:08:29 +0000 | |
| commit | bc87fa8fec9eb14fb9b455b3a90e79f9c145991b (patch) | |
| tree | aa4116217090cebce0cf6dc3791670eb1c75e512 | |
| parent | 29e0067450ccfbecfb4fad20507de179438acdd5 (diff) | |
| parent | 3fd093213d44b36ada1c79f56d8d9b57ec1de2c8 (diff) | |
Merge "Set windowOptOutEdgeToEdgeEnforcement for ControlsActivity" into main
| -rw-r--r-- | packages/SystemUI/res/values/styles.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 455b1920706f..6462d02de481 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -987,6 +987,11 @@ <!-- Setting a placeholder will avoid using the SystemUI icon on the splash screen --> <item name="android:windowSplashScreenAnimatedIcon">@drawable/ic_blank</item> <item name="wallpaperTextColor">@*android:color/primary_text_material_dark</item> + + <!-- + TODO(b/309578419): Make the activity handle insets properly and then remove this. + --> + <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item> </style> <style name="Theme.VolumePanelActivity" parent="@android:style/Theme.DeviceDefault.DayNight"> |