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