RadioButton 的選中狀態shape

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item android:state_checked="true" android:drawable="@mipmap/new_selected_gou"></item>
    <item android:state_selected="true" android:drawable="@mipmap/new_selected_gou"></item>
    <item android:state_enabled="false" android:drawable="@mipmap/new_no_checked_big"></item>
    <item android:drawable="@mipmap/new_select_quan"></item>
   
</selector>


 
發佈了25 篇原創文章 · 獲贊 14 · 訪問量 49萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章