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-03-07 18:13:19 +01:00
|
|
|
android:startColor="#00000000" />
|
2014-01-24 02:04:05 +01:00
|
|
|
<size android:width="3.0dp" android:height="0.5dp" />
|
|
|
|
</shape>
|