aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/map_close_dark.xml
blob: 794736e5258061aa76634aa4810a5d44a0d9ed18 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
		android:shape="rectangle">
	<stroke
			android:color="#FF000000"
			android:width="1px" />
	<solid
			android:color="#99000000" />
</shape>