something
This commit is contained in:
parent
97ed84127e
commit
dc2c0c1027
3 changed files with 17 additions and 3 deletions
13
app/src/main/res/drawable/ic_round_equal_24.xml
Normal file
13
app/src/main/res/drawable/ic_round_equal_24.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="800dp"
|
||||
android:height="800dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:pathData="M3,8C2.448,8 2,8.448 2,9C2,9.552 2.448,10 3,10H21C21.552,10 22,9.552 22,9C22,8.448 21.552,8 21,8H3Z"
|
||||
android:fillColor="@android:color/white"/>
|
||||
<path
|
||||
android:pathData="M3,14C2.448,14 2,14.448 2,15C2,15.552 2.448,16 3,16H21C21.552,16 22,15.552 22,15C22,14.448 21.552,14 21,14H3Z"
|
||||
android:fillColor="@android:color/white"/>
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue