RecyclerView選中切換顏色,使用selector子View報錯

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_selected="true" android:drawable="@drawable/bg_gray_rectangle"/>
</selector>

注意:android:drawable後面一定放drawable文件,不然bind xml 找不到

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章