chinwag-android/app/src/main/res/drawable/media_preview_unloaded_dark.xml

14 lines
365 B
XML
Raw Normal View History

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