summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/preview_wind.xml
blob: 8d2d38b62af74e390c4802c483a7e0d5bb32370d (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <gradient android:startColor="#004D40" android:endColor="#00BCD4" android:angle="90"/>
    <corners android:radius="8dp"/>
</shape>