diff options
Diffstat (limited to 'android-app/app/src/main/res/drawable/preview_depth.xml')
| -rw-r--r-- | android-app/app/src/main/res/drawable/preview_depth.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/preview_depth.xml b/android-app/app/src/main/res/drawable/preview_depth.xml new file mode 100644 index 0000000..812e897 --- /dev/null +++ b/android-app/app/src/main/res/drawable/preview_depth.xml @@ -0,0 +1,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> |
