Add advanced settings icon based on old icon design
This commit is contained in:
parent
000ed55452
commit
387d7eefb4
@ -0,0 +1,17 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="22dp"
|
||||
android:height="22dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="22">
|
||||
<path
|
||||
android:pathData="M11,11m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="?attr/colorAccent"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M 14,11 A 1.5,1.5 0 0 1 15.5,9.5 1.5,1.5 0 0 1 17,11 1.5,1.5 0 0 1 15.5,12.5 1.5,1.5 0 0 1 14,11 M 9.5,11 A 1.5,1.5 0 0 1 11,9.5 1.5,1.5 0 0 1 12.5,11 1.5,1.5 0 0 1 11,12.5 1.5,1.5 0 0 1 9.5,11 M 5,11 A 1.5,1.5 0 0 1 6.5,9.5 1.5,1.5 0 0 1 8,11 1.5,1.5 0 0 1 6.5,12.5 1.5,1.5 0 0 1 5,11 Z"
|
||||
android:fillColor="?attr/colorAccent" />
|
||||
</vector>
|
Loading…
x
Reference in New Issue
Block a user