aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/mark_gray.xml
blob: 239739ec4b88bf9c80d794596f09abff3beb17d7 (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="#77777777" />
</shape>