summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/preview_ocean.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-07-01 06:34:38 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-07-01 06:34:38 +0000
commitbee75a1083455726c5fc2d179d564571da5096cb (patch)
treecec717cb92831a34476998b339e4f0742626d644 /android-app/app/src/main/res/drawable/preview_ocean.xml
parent565fe28b20079d83cd0691ff9febe549f5728ab3 (diff)
feat(ui): gradient preview drawables for layer picker cards
Diffstat (limited to 'android-app/app/src/main/res/drawable/preview_ocean.xml')
-rw-r--r--android-app/app/src/main/res/drawable/preview_ocean.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/preview_ocean.xml b/android-app/app/src/main/res/drawable/preview_ocean.xml
new file mode 100644
index 0000000..050d9b0
--- /dev/null
+++ b/android-app/app/src/main/res/drawable/preview_ocean.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="#0A2A5E" android:endColor="#1565C0" android:angle="135"/>
+ <corners android:radius="8dp"/>
+</shape>