diff options
Diffstat (limited to 'app/src/normal/res/drawable')
-rw-r--r-- | app/src/normal/res/drawable/background_red.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app/src/normal/res/drawable/background_red.xml b/app/src/normal/res/drawable/background_red.xml deleted file mode 100644 index 0189357c..00000000 --- a/app/src/normal/res/drawable/background_red.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<layer-list xmlns:android="http://schemas.android.com/apk/res/android" - - <item> - <shape android:shape="rectangle"> - <solid android:color="@color/bg_red_1"/> - <size android:width="200dp" android:height="250dp" /> - </shape> - </item> - <item - android:bottom="150dp" - - android:top="-100dp" - > - <shape android:shape="oval"> - <gradient - android:startColor="@color/bg_red_2" - android:endColor="@color/bg_red_3" - android:angle="270" - android:useLevel="false" - /> - <size android:width="200dp" android:height="250dp" /> - </shape> - </item> - -</layer-list>
\ No newline at end of file |