2017-01-17 05:15:42 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
2017-02-17 13:11:05 +11:00
|
|
|
<solid android:color="@color/media_preview_unloaded_background_dark" />
|
2017-01-17 05:15:42 +11:00
|
|
|
|
|
|
|
<stroke
|
|
|
|
android:dashWidth="4dp"
|
|
|
|
android:dashGap="4dp"
|
|
|
|
android:width="2dp"
|
|
|
|
android:color="#AFAFAF" />
|
|
|
|
|
|
|
|
</shape>
|