diff options
Diffstat (limited to 'android-app/app/src/main/res/drawable/preview_sst.xml')
| -rw-r--r-- | android-app/app/src/main/res/drawable/preview_sst.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/preview_sst.xml b/android-app/app/src/main/res/drawable/preview_sst.xml new file mode 100644 index 0000000..6f1cc7f --- /dev/null +++ b/android-app/app/src/main/res/drawable/preview_sst.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="#BF360C" android:centerColor="#FF8F00" android:endColor="#0288D1" android:angle="135"/> + <corners android:radius="8dp"/> +</shape> |
