2017-01-16 19:15:42 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
2017-03-07 15:03:41 +01:00
|
|
|
<solid android:color="@color/color_background_dark" />
|
2017-01-16 19:15:42 +01:00
|
|
|
|
|
|
|
<stroke
|
|
|
|
android:dashWidth="4dp"
|
|
|
|
android:dashGap="4dp"
|
|
|
|
android:width="2dp"
|
2017-03-07 15:03:41 +01:00
|
|
|
android:color="@color/color_primary_dark" />
|
2017-01-16 19:15:42 +01:00
|
|
|
|
|
|
|
</shape>
|