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.
9 lines
297 B
XML
9 lines
297 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="AppTheme" parent="Theme.Material3.DynamicColors.Dark.NoActionBar">
|
|
<item name="chipStyle">@style/Chip.Filter</item>
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
</style>
|
|
</resources>
|