2014-01-24 02:04:05 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<gradient
|
|
|
|
android:endColor="#cccccc"
|
2014-02-01 01:25:56 +01:00
|
|
|
android:startColor="#eeeeee" />
|
2014-01-24 02:04:05 +01:00
|
|
|
<size android:width="3.0dp" android:height="0.5dp" />
|
|
|
|
</shape>
|