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

@@ -42,6 +42,7 @@
<dimen name="icon_size_large">72dp</dimen>
<dimen name="icon_size_cluster">80dp</dimen>
<dimen name="icon_size_avatar">108dp</dimen>
<dimen name="icon_size_splash">192dp</dimen>
<!--Almost 16 : 9-->
<dimen name="screenshot_height">192dp</dimen>
@@ -71,4 +72,6 @@
<dimen name="radius_medium">10dp</dimen>
<dimen name="radius_normal">12dp</dimen>
<dimen name="radius_large">16dp</dimen>
<dimen name="scroll_hint_padding">5dp</dimen>
</resources>