mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-03 07:31:09 +01:00
Tweak the icon somewhat
This commit is contained in:
parent
0c8cd90f4e
commit
5ecf5d12d1
1 changed files with 4 additions and 13 deletions
|
|
@ -3,12 +3,11 @@
|
|||
android:width="48dp"
|
||||
android:viewportWidth="48"
|
||||
android:viewportHeight="48">
|
||||
<!--
|
||||
https://material.google.com/style/icons.html
|
||||
-->
|
||||
|
||||
<!-- Screen border. -->
|
||||
<path android:fillColor="#B0BEC5"
|
||||
<!-- Screen and border. -->
|
||||
<path android:fillColor="#000"
|
||||
android:strokeColor="#BFCBCD"
|
||||
android:strokeWidth="2"
|
||||
android:pathData="M7,4
|
||||
l34,0
|
||||
q3 0,3 3
|
||||
|
|
@ -20,14 +19,6 @@
|
|||
q0 -3, 3 -3"
|
||||
/>
|
||||
|
||||
<!-- Screen. -->
|
||||
<path android:fillColor="#000"
|
||||
android:pathData="M6,6
|
||||
l36,0
|
||||
l0,36
|
||||
l-36,0"
|
||||
/>
|
||||
|
||||
<!-- Block cursor. -->
|
||||
<path android:fillColor="#FFFF"
|
||||
android:pathData="M12,12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue