summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/preview_charts.xml
blob: 6e5bff0376705ee7a7e3d3641ce721f4c8d4f7fa (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="#E8F4F8" android:endColor="#90CAF9" android:angle="135"/>
    <corners android:radius="8dp"/>
</shape>