diff options
Diffstat (limited to 'main/res/drawable/favorite_background_light.xml')
| -rw-r--r-- | main/res/drawable/favorite_background_light.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/main/res/drawable/favorite_background_light.xml b/main/res/drawable/favorite_background_light.xml index 60c0b2c..9f9741a 100644 --- a/main/res/drawable/favorite_background_light.xml +++ b/main/res/drawable/favorite_background_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="#99000000" /> - <corners - android:bottomLeftRadius="5dip" /> + android:shape="rectangle" > + + <stroke + android:width="2px" + android:color="#99000000" /> + + <solid android:color="#99000000" /> + + <corners android:bottomLeftRadius="5dip" /> + </shape>
\ No newline at end of file |
