mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Cleanup resources
This commit is contained in:
parent
be9b0c2e8f
commit
82a01c22d3
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Pre Android 5.0 does not support accessing colors from attributes in drawables
|
||||
These values are from the default theme (Piplup light)
|
||||
-->
|
||||
<resources>
|
||||
<color name="defColorPrimary">#4EAFF5</color>
|
||||
<color name="defColorPrimaryVariant">#804EAFF5</color>
|
||||
<color name="defColorSecondary">#3E78AF</color>
|
||||
<color name="defColorSecondaryVariant">#803E78AF</color>
|
||||
<color name="defColorSurface">#F9F9F9</color>
|
||||
<color name="defColorSurfaceVariant">#E8E8E8</color>
|
||||
<color name="defColorSurfaceSurfaceVariant">@color/defColorOnSurface</color>
|
||||
<color name="defColorOnPrimary">#F9F9F9</color>
|
||||
<color name="defColorOnPrimaryVariant">#D9E6E6E6</color>
|
||||
<color name="defColorOnSecondary">#F9F9F9</color>
|
||||
<color name="defColorOnBackground">@color/defColorOnSurface</color>
|
||||
<color name="defColorError">#CC0047</color>
|
||||
<color name="defColorOnError">#F9F9F9</color>
|
||||
<color name="defColorOnSurface">#444444</color>
|
||||
<color name="defColorOnSurfaceVariant">#80444444</color>
|
||||
<color name="defColorDisabled">#808080</color>
|
||||
<color name="defColorDisabledVariant">#66808080</color>
|
||||
</resources>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<drawable name="ic_launcher">@drawable/ic_logo</drawable>
|
||||
</resources>
|
@ -12,4 +12,6 @@
|
||||
<string name="patreon" translatable="false">Patreon</string>
|
||||
<string name="twitter" translatable="false">Twitter</string>
|
||||
|
||||
<drawable name="ic_launcher">@drawable/ic_logo</drawable>
|
||||
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user