chore: code refactor

This commit is contained in:
rebelonion 2024-02-06 02:16:10 -06:00
parent 8d7b86a667
commit a2e44da99d
334 changed files with 3550 additions and 3092 deletions

View file

@ -6,6 +6,6 @@
</declare-styleable>
<declare-styleable name="Xpandable">
<attr name="isExpanded" format="boolean"/>
<attr name="isExpanded" format="boolean" />
</declare-styleable>
</resources>

View file

@ -16,7 +16,7 @@
<color name="button_icon">#A9FFFFFF</color>
<color name="nav_status">#80FFFFFF</color>
<color name="fav">#ad5edd</color>
<color name="incognito">#291B65 </color>
<color name="incognito">#291B65</color>
<color name="filler">#54FF8400</color>
<color name="warning">#FF0000</color>
<color name="grey_20">#444444</color>
@ -548,5 +548,4 @@
<color name="md_theme_dark_8_scrim">#000000</color>
</resources>

View file

@ -90,6 +90,6 @@
<!-- set background color to transparent -->
<item name="android:background">@android:color/transparent</item>
</style>
<style name="ThemeOverlay_Dantotsu_MediaRouter" parent="ThemeOverlay.AppCompat">
</style>
<style name="ThemeOverlay_Dantotsu_MediaRouter" parent="ThemeOverlay.AppCompat"></style>
</resources>