mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-20 10:50:52 +02:00
Implemented #2
Color theme, font, background and monochrome icons can now be set independently.
This commit is contained in:
parent
870ee56b88
commit
99acdba262
45 changed files with 350 additions and 197 deletions
|
@ -1,5 +1,5 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="@android:color/white" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z"/>
|
||||
<path android:fillColor="?android:textColor" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z"/>
|
||||
|
||||
</vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue