mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Minor icon tweaks
This commit is contained in:
parent
cb0710bb83
commit
8c7b1a60d2
2 changed files with 16 additions and 9 deletions
|
|
@ -3,9 +3,11 @@
|
||||||
android:width="108dp"
|
android:width="108dp"
|
||||||
android:viewportWidth="108"
|
android:viewportWidth="108"
|
||||||
android:viewportHeight="108">
|
android:viewportHeight="108">
|
||||||
|
|
||||||
|
<!-- Keep in sync with non-adaptive ic_launcher.xml -->
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFFFFFFF"
|
android:fillColor="#FFFFFF"
|
||||||
android:pathData="M36,38
|
android:pathData="M34,38
|
||||||
h6
|
h6
|
||||||
l12,16
|
l12,16
|
||||||
l-12,16
|
l-12,16
|
||||||
|
|
@ -13,12 +15,14 @@
|
||||||
l12,-16
|
l12,-16
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFFFFFFF"
|
android:fillColor="#FFFFFF"
|
||||||
android:pathData="M54,66
|
android:pathData="M56,66
|
||||||
h18
|
h18
|
||||||
v4
|
v4
|
||||||
h-18
|
h-18
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,15 @@
|
||||||
android:viewportHeight="108">
|
android:viewportHeight="108">
|
||||||
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FF000000"
|
android:fillColor="#000000"
|
||||||
android:pathData="M18,54
|
android:pathData="M18,54
|
||||||
A36,36 0 1,1 90,54
|
A36,36 0 1,1 90,54
|
||||||
A36,36 0 1,1 18,54 Z" />
|
A36,36 0 1,1 18,54 Z" />
|
||||||
|
|
||||||
|
<!-- Keep in sync with adaptive ic_foreground.xml: -->
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFFFFFFF"
|
android:fillColor="#FFFFFF"
|
||||||
android:pathData="M36,38
|
android:pathData="M34,38
|
||||||
h6
|
h6
|
||||||
l12,16
|
l12,16
|
||||||
l-12,16
|
l-12,16
|
||||||
|
|
@ -20,12 +21,14 @@
|
||||||
l12,-16
|
l12,-16
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFFFFFFF"
|
android:fillColor="#FFFFFF"
|
||||||
android:pathData="M54,66
|
android:pathData="M56,66
|
||||||
h18
|
h18
|
||||||
v4
|
v4
|
||||||
h-18
|
h-18
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue