style: remove themed app icons
Turns out android does not play so nice with themed icons. Pixel launcher will actually cache them and prevent them from updating every time a theme is updated, making it impractical. Hoipefully google will make theming icons easier in the future with some kind of class that follows the style settings. One can hope.
This commit is contained in:
parent
b2f20bec30
commit
aa649ebf22
4 changed files with 0 additions and 19 deletions
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<!-- Use pure black on dark mode. This is because other neutral colors on dark mode
|
|
||||||
will result in the auxio icon blending in with the background of either the launcher
|
|
||||||
drawer or the recent apps menu. -->
|
|
||||||
<item android:color="@android:color/system_neutral1_1000" />
|
|
||||||
</selector>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:color="@android:color/system_accent1_100" />
|
|
||||||
</selector>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:color="@android:color/system_accent1_100" />
|
|
||||||
</selector>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:color="@android:color/system_neutral2_700" />
|
|
||||||
</selector>
|
|
Loading…
Reference in a new issue