mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 13:13:58 +00:00
chore: code refactor
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="Xpandable">
|
||||
<attr name="isExpanded" format="boolean"/>
|
||||
<attr name="isExpanded" format="boolean" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user