aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/rounded_rectangle_red.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/drawable/rounded_rectangle_red.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main/res/drawable/rounded_rectangle_red.xml b/src/main/res/drawable/rounded_rectangle_red.xml
deleted file mode 100644
index a6cb17d2b..000000000
--- a/src/main/res/drawable/rounded_rectangle_red.xml
+++ /dev/null
@@ -1,16 +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">
- <padding
- android:bottom="2dp"
- android:left="2dp"
- android:right="2dp"
- android:top="2dp" />
- <solid android:color="@color/red800" />
- <corners android:radius="6dp" />
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file