1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-30 17:13:19 +00:00
NewPipe/app/src/main/res/drawable/dashed_border_light.xml

9 lines
270 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="1dp"
android:color="@color/light_border_color"
2020-10-09 18:24:02 +00:00
android:dashWidth="4dp"
android:dashGap="4dp" />
</shape>