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
|
2014-07-08 11:41:19 +02:00
|
|
|
android:endColor="@color/divider"
|
|
|
|
android:startColor="@android:color/transparent" />
|
2014-01-24 02:04:05 +01:00
|
|
|
<size android:width="3.0dp" android:height="0.5dp" />
|
|
|
|
</shape>
|