Drop navigation bar theme improvements

These needs to be tested better as they currently look bad on
old devices

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-08-14 09:44:24 +05:30
parent 901cf0f2e2
commit 8692f87400
3 changed files with 1 additions and 8 deletions

View File

@@ -111,8 +111,4 @@
<style name="AppTheme.SwitchPreference" parent="@style/Preference.SwitchPreferenceCompat.Material">
<item name="widgetLayout">@layout/preference_material_switch</item>
</style>
<style name="AppTheme.BottomSheet" parent="ThemeOverlay.Material3.DayNight.BottomSheetDialog">
<item name="android:navigationBarColor">?colorSurface</item>
</style>
</resources>