diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-07-01 06:34:38 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-07-01 06:34:38 +0000 |
| commit | bee75a1083455726c5fc2d179d564571da5096cb (patch) | |
| tree | cec717cb92831a34476998b339e4f0742626d644 /android-app/app/src/main/res/drawable/preview_wind.xml | |
| parent | 565fe28b20079d83cd0691ff9febe549f5728ab3 (diff) | |
feat(ui): gradient preview drawables for layer picker cards
Diffstat (limited to 'android-app/app/src/main/res/drawable/preview_wind.xml')
| -rw-r--r-- | android-app/app/src/main/res/drawable/preview_wind.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/preview_wind.xml b/android-app/app/src/main/res/drawable/preview_wind.xml new file mode 100644 index 0000000..8d2d38b --- /dev/null +++ b/android-app/app/src/main/res/drawable/preview_wind.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="#004D40" android:endColor="#00BCD4" android:angle="90"/> + <corners android:radius="8dp"/> +</shape> |
