aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/favorite_background_dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/favorite_background_dark.xml')
-rw-r--r--main/res/drawable/favorite_background_dark.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/main/res/drawable/favorite_background_dark.xml b/main/res/drawable/favorite_background_dark.xml
index b8aa8d3..5e3a32f 100644
--- a/main/res/drawable/favorite_background_dark.xml
+++ b/main/res/drawable/favorite_background_dark.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="#99FFFFFF"
- android:width="2px" />
- <solid
- android:color="#99FFFFFF" />
- <corners
- android:bottomLeftRadius="5dip" />
+ android:shape="rectangle" >
+
+ <stroke
+ android:width="2px"
+ android:color="#99FFFFFF" />
+
+ <solid android:color="#99FFFFFF" />
+
+ <corners android:bottomLeftRadius="5dip" />
+
</shape> \ No newline at end of file