<!--?xml version="1.0" encoding="utf-8"? -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
	<gradient android:endColor="#8dc73f" android:centerColor="#d4d4d4"
		android:startColor="#d4d4d4">
		<stroke android:width="1dp" color="#8dc73f">
			<corners android:radius="5dp">
				<padding android:left="7dp" android:top="7dp" android:right="7dp"
					android:bottom="7dp">
				</padding>
			</corners>
		</stroke>
	</gradient>
</shape>
