res/drawable/shape_line_green.xml
author Jean-Manuel Da Silva <dasilvj at gmail dot com>
Sun, 28 Feb 2010 19:46:40 +0100
changeset 689 ed7e3f3fd36c
parent 461 17300b201cf5
permissions -rw-r--r--
* Added files to .hgignore that can change depending to the developer environment.

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" type="line">
<stroke android:width="1dp"
		android:height="2dp"
		android:color="#D6F94C" />
	<size android:height="1dp" />
</shape>