compose: trim themes, attrs and gradle deps for compose-only UI
Drops the legacy AuroraTheme styles, custom attrs and now-unused styles_widget/styles_text overlays. Updates the dark/light themes, strings, arrays, dimens and colors to match what the Compose screens consume. Adds ic_logo_alt and tweaks the launcher/logo drawables. Trims gradle dependencies tied to the removed Fragment/Epoxy stack.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
<style name="AppTheme" parent="Theme.Material3.DynamicColors.Dark.NoActionBar">
|
||||
<item name="chipStyle">@style/Chip.Filter</item>
|
||||
<item name="preferenceTheme">@style/AppTheme.PreferenceThemeOverlay</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user