Fix amoled theme

pull/452/head v6.0
Koitharu 3 years ago
parent 54597eb8f0
commit 61e9796269
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -8,7 +8,7 @@
<!-- AMOLED Theme -->
<color name="view_amoled">#0C0C0C</color>
<color name="surface_amoled">#000001</color>
<color name="surface_amoled">#080808</color>
<color name="background_amoled">#000000</color>
<!-- Other Colors -->

@ -226,7 +226,7 @@
</style>
<style name="ThemeOverlay.Kotatsu.CardContainer" parent="">
<item name="android:colorBackground">?colorBackgroundFloating</item>
<item name="android:colorBackground">?m3ColorExploreButton</item>
</style>
<style name="ThemeOverlay.Kotatsu.ActionMode" parent="">

Loading…
Cancel
Save