Project

General

Profile

Download (284 Bytes) Statistics
| Branch: | Revision:

examples / src / main / res / drawable / icon_border.xml @ 427ab7bf

1
<?xml version="1.0" encoding="utf-8"?>
2
<shape 
3
	xmlns:android="http://schemas.android.com/apk/res/android">	
4
	<stroke 
5
		android:width="1dp" 
6
		android:color="#FFFFFF" />
7
	<padding 
8
		android:left="1dp" 
9
		android:top="1dp" 
10
		android:right="1dp"
11
    	android:bottom="1dp" />
12
</shape>
    (1-1/1)