New SVG Icons + Fixed icons' size + Added ICONS NOTICE.
This commit is contained in:
parent
61066c6949
commit
7f785c8f1b
27 changed files with 145 additions and 7 deletions
12
app/src/main/res/drawable/error.xml
Normal file
12
app/src/main/res/drawable/error.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:autoMirrored="true"
|
||||
android:height="128dp"
|
||||
android:viewportHeight="960"
|
||||
android:viewportWidth="960"
|
||||
android:width="128dp">
|
||||
|
||||
<path
|
||||
android:fillColor="#e8eaed"
|
||||
android:pathData="M480,680q14,0 23.5,-9.5T513,647q0,-14 -9.5,-23.5T480,614q-14,0 -23.5,9.5T447,647q0,14 9.5,23.5T480,680ZM453,527h60v-253h-60v253ZM481,931L346,800L160,800v-186L26,480l134,-134v-186h186l135,-134 133,134h186v186l134,134 -134,134v186L614,800L481,931Z" />
|
||||
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue