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:
Rahul Patel
2026-05-19 12:14:44 +05:30
parent ac9eb055e4
commit 59d297386c
15 changed files with 210 additions and 399 deletions

View File

@@ -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>