14 lines
No EOL
364 B
XML
14 lines
No EOL
364 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="?attr/media_preview_unloaded_background_color" />
|
|
|
|
<stroke
|
|
android:dashWidth="4dp"
|
|
android:dashGap="4dp"
|
|
android:width="2dp"
|
|
android:color="#AFAFAF" />
|
|
|
|
</shape> |