14 lines
359 B
XML
14 lines
359 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle">
|
||
|
|
||
|
<solid android:color="@color/media_preview_unloaded_background" />
|
||
|
|
||
|
<stroke
|
||
|
android:dashWidth="4dp"
|
||
|
android:dashGap="4dp"
|
||
|
android:width="2dp"
|
||
|
android:color="#AFAFAF" />
|
||
|
|
||
|
</shape>
|