<RadioButton
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@drawable/selector_accepted"
android:button=
"@android:color/transparent"
android:gravity=
"center"
android:text=
"수락됨"
tools:checked=
"true"
/>
<RadioButton
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@drawable/selector_denied"
android:button=
"@android:color/transparent"
android:gravity=
"center"
android:text="거절됨
tools:checked=
"false"
/>
<RadioButton
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@drawable/selector_pending"
android:button=
"@android:color/transparent"
android:gravity=
"center"
android:text="대기중
tools:checked=
"false"
/>
select_accepted.xml
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<item android:drawable=
"@drawable/accepted_checked_pressed"
android:state_checked=
"true"
android:state_pressed=
"true"
/>
<item android:drawable=
"@drawable/accepted_checked"
android:state_checked=
"true"
/>
<item android:drawable=
"@drawable/accepted"
/>
</selector>