Browse Source

[마이][Common] 버킷리스트 태그 체크박스 테두리 radius 설정

Hasemi 7 years ago
parent
commit
cf0e0cdfa9

+ 1 - 0
app/src/main/res/drawable/custom_rectangle_radio_off.xml

@@ -2,6 +2,7 @@
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
   <item>
     <shape android:shape="rectangle">
+      <corners android:radius="2dp"/>
       <stroke android:color="@color/CE5E5E5" android:width="1dp" />
     </shape>
   </item>

+ 1 - 0
app/src/main/res/drawable/custom_rectangle_radio_on.xml

@@ -2,6 +2,7 @@
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
 <item>
   <shape android:shape="rectangle">
+    <corners android:radius="2dp"/>
     <stroke android:color="@color/C000000" android:width="1dp" />
   </shape>
 </item>