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:
OxygenCobalt 2021-10-19 20:47:16 -06:00
parent b2f20bec30
commit aa649ebf22
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
4 changed files with 0 additions and 19 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>