Better icon / Black query
This commit is contained in:
16
app/src/main/res/drawable/language_vietnamese.xml
Normal file
16
app/src/main/res/drawable/language_vietnamese.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M256,256m-256,0a256,256 0,1 1,512 0a256,256 0,1 1,-512 0"/>
|
||||
<path
|
||||
android:pathData="M0,0h512v512H0z"
|
||||
android:fillColor="#d80027"/>
|
||||
<path
|
||||
android:pathData="m256,133.6 l27.6,85H373L300.7,271l27.6,85 -72.3,-52.5 -72.3,52.6 27.6,-85 -72.3,-52.6h89.4z"
|
||||
android:fillColor="#ffda44"/>
|
||||
</group>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user