tmap/res/drawable/recycler_divider.xml
2022-06-10 21:38:30 +09:00

6 lines
252 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="1.0dip" android:width="1.0dip" />
<solid android:color="@color/color_f0f0f0" />
</shape>