summaryrefslogtreecommitdiff
path: root/res/drawable/border_folder.xml
blob: a1b114fc9677478386ea7b0f116639ac5b7e6224 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
    <item>
		<shape xmlns:android="http://schemas.android.com/apk/res/android">
		<solid android:color="#ffffff" />
		<stroke android:width="1dp" android:color="#99cc00" />
		<padding android:left="1dp" android:top="1dp" android:right="1dp"
		    android:bottom="1dp" />
		</shape>
	</item>
</layer-list>