aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/action_button_light_dialog.xml
blob: e17a55a69d7628fc6c1d96de5e9776ba309207ac (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="#66000000"
			android:width="1px" />
	<solid
			android:color="#FFEEEEEE" />
</shape>