feat: add city selector frame assets
This commit is contained in:
21
app/src/main/res/drawable/city_left.xml
Normal file
21
app/src/main/res/drawable/city_left.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="22dp"
|
||||
android:height="44dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="44">
|
||||
<path
|
||||
android:pathData="M22,0C9.85,0 0,9.85 0,22c0,6.08 2.46,11.58 6.44,15.56C10.42,41.54 15.92,44 22,44v-4c-9.93,0 -18,-8.07 -18,-18c0,-9.92 8.07,-18 18,-18V0L22,0z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="21.9969"
|
||||
android:startX="0.00143482"
|
||||
android:endY="21.9969"
|
||||
android:endX="22.0017"
|
||||
android:type="linear">
|
||||
<item android:offset="0.0154" android:color="#FF3EDEA5"/>
|
||||
<item android:offset="1" android:color="#FF3EDEA5"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
||||
63
app/src/main/res/drawable/city_middle.xml
Normal file
63
app/src/main/res/drawable/city_middle.xml
Normal file
@@ -0,0 +1,63 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="44dp"
|
||||
android:height="44dp"
|
||||
android:viewportWidth="44"
|
||||
android:viewportHeight="44">
|
||||
<path
|
||||
android:pathData="M0,40h44v4h-44z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="41.9968"
|
||||
android:startX="0.00155689"
|
||||
android:endY="41.9968"
|
||||
android:endX="44.0016"
|
||||
android:type="linear">
|
||||
<item android:offset="0.0154" android:color="#FF3EDEA5"/>
|
||||
<item android:offset="1" android:color="#FF33B6EE"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M44,40l-44,0l0,4l44,0l0,-4z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="41.9968"
|
||||
android:startX="0.00155689"
|
||||
android:endY="41.9968"
|
||||
android:endX="44.0016"
|
||||
android:type="linear">
|
||||
<item android:offset="0.0154" android:color="#FF3EDEA5"/>
|
||||
<item android:offset="1" android:color="#FF33B6EE"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M0,0h44v4h-44z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="1.9968"
|
||||
android:startX="0.00155689"
|
||||
android:endY="1.9968"
|
||||
android:endX="44.0016"
|
||||
android:type="linear">
|
||||
<item android:offset="0.0154" android:color="#FF3EDEA5"/>
|
||||
<item android:offset="1" android:color="#FF33B6EE"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M44,0l-44,0l0,4l44,0l0,-4z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="1.9968"
|
||||
android:startX="0.00155689"
|
||||
android:endY="1.9968"
|
||||
android:endX="44.0016"
|
||||
android:type="linear">
|
||||
<item android:offset="0.0154" android:color="#FF3EDEA5"/>
|
||||
<item android:offset="1" android:color="#FF33B6EE"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/city_right.xml
Normal file
9
app/src/main/res/drawable/city_right.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="22dp"
|
||||
android:height="44dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="44">
|
||||
<path
|
||||
android:pathData="M18,22C18,12.07 9.93,4 0,4l0,-4c6.08,0 11.58,2.46 15.56,6.44C19.54,10.42 22,15.92 22,22c0,12.15 -9.85,22 -22,22l0,-4C9.93,40 18,31.92 18,22z"
|
||||
android:fillColor="#33B6EE"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user