aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/action_button_dark_off.xml
blob: 6b0f3fff0fc5c839db3f08f61712a7c017c903d0 (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="#44FFFFFF"
			android:width="1px" />
	<solid
			android:color="#33000000" />
</shape>