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

9 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="@color/ssolib_color_gray_2c" />
</shape>
</item>
</layer-list>