HC05AC-CTRL/src/main/res/drawable/divider.xml

4 lines
174 B
XML
Raw Normal View History

2023-01-25 16:05:03 +01:00
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="1dp" />
<solid android:color="@color/design_default_color_primary"/>
</shape>