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

7 lines
329 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="@dimen/tmap_1dp" android:color="@color/color_d6d6d6" />
<corners android:radius="@dimen/tmap_19dp" />
<solid android:color="@color/colorTransparent" />
</shape>