aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/favourite_background_green_dark.xml
blob: 3e1b5458f0a979069b57da2d16b204ab596dc6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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="#9900FF00" />
	<corners
			android:bottomLeftRadius="5dip" />
</shape>