aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/favorite_background_red_light.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/favorite_background_red_light.xml')
-rw-r--r--main/res/drawable/favorite_background_red_light.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/res/drawable/favorite_background_red_light.xml b/main/res/drawable/favorite_background_red_light.xml
new file mode 100644
index 0000000..a8d6e14
--- /dev/null
+++ b/main/res/drawable/favorite_background_red_light.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <stroke
+ android:width="2px"
+ android:color="#99000000" />
+
+ <solid android:color="#99FF0000" />
+
+ <corners android:bottomLeftRadius="5dip" />
+
+</shape> \ No newline at end of file