aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/mark_green.xml
blob: 1d9ee4a9be85b07ca328db413e479758799accb6 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
		android:shape="rectangle">
	<solid
			android:color="#FF009900" />
</shape>