mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Tweak the icon somewhat
This commit is contained in:
@@ -3,12 +3,11 @@
|
|||||||
android:width="48dp"
|
android:width="48dp"
|
||||||
android:viewportWidth="48"
|
android:viewportWidth="48"
|
||||||
android:viewportHeight="48">
|
android:viewportHeight="48">
|
||||||
<!--
|
|
||||||
https://material.google.com/style/icons.html
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Screen border. -->
|
<!-- Screen and border. -->
|
||||||
<path android:fillColor="#B0BEC5"
|
<path android:fillColor="#000"
|
||||||
|
android:strokeColor="#BFCBCD"
|
||||||
|
android:strokeWidth="2"
|
||||||
android:pathData="M7,4
|
android:pathData="M7,4
|
||||||
l34,0
|
l34,0
|
||||||
q3 0,3 3
|
q3 0,3 3
|
||||||
@@ -20,14 +19,6 @@
|
|||||||
q0 -3, 3 -3"
|
q0 -3, 3 -3"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Screen. -->
|
|
||||||
<path android:fillColor="#000"
|
|
||||||
android:pathData="M6,6
|
|
||||||
l36,0
|
|
||||||
l0,36
|
|
||||||
l-36,0"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- Block cursor. -->
|
<!-- Block cursor. -->
|
||||||
<path android:fillColor="#FFFF"
|
<path android:fillColor="#FFFF"
|
||||||
android:pathData="M12,12
|
android:pathData="M12,12
|
||||||
|
Reference in New Issue
Block a user