summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/preview_depth.xml
blob: 812e897f016a9eee571b078be331045af971bbdb (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="#01002A" android:endColor="#0D47A1" android:angle="90"/>
    <corners android:radius="8dp"/>
</shape>