aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/helper_bcg.xml
blob: b30f9be1cf984c45d0dfae02228dd8c0d40f71e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
		android:shape="rectangle">
	<stroke
			android:color="#99FFFFFF"
			android:width="2px" />
	<solid
			android:color="#FF191919" />
	<corners
			android:bottomRightRadius="3dp"
			android:bottomLeftRadius="3dp"
			android:topLeftRadius="3dp"
			android:topRightRadius="3dp" />
</shape>