summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/preview_hybrid.xml
blob: 154afad0ac695eb2001c1a26b8584068da6bf74b (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="#1B3A1E" android:centerColor="#1565C0" android:endColor="#90CAF9" android:angle="135"/>
    <corners android:radius="8dp"/>
</shape>