Add compose shortcut

closes #131
This commit is contained in:
Grishka
2022-05-15 19:14:24 +03:00
parent 68d0862008
commit 558adc6936
6 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="shortcut_icon_background">@color/gray_700</color>
<color name="shortcut_icon_foreground">@color/primary_600</color>
</resources>