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

6 lines
212 B
XML

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