version:1.9.1
fix: update:个人信息页面完善
This commit is contained in:
10
app/src/main/res/drawable/radio.xml
Normal file
10
app/src/main/res/drawable/radio.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_checked="false"
|
||||
android:drawable="@drawable/radio_unchecked" />
|
||||
<item
|
||||
android:state_checked="true"
|
||||
android:drawable="@drawable/radio_checked" />
|
||||
|
||||
</selector>
|
||||
Reference in New Issue
Block a user