mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-05 11:54:32 +02:00
Color theme, font, background and monochrome icons can now be set independently.
5 lines
339 B
XML
5 lines
339 B
XML
<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:textColor" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z"/>
|
|
|
|
</vector>
|