1
我試圖刪除單擊項目時出現的藍色突出顯示的框。在Android中選擇/單擊項目時刪除藍色
這是我的代碼
<item android:state_pressed="true"
android:drawable="@drawable/message_to_new_color"/>
<item android:state_activated="true"
android:drawable="@drawable/message_to_new_color"
/>
<item android:drawable="@drawable/message_to"/>
任何幫助將是巨大的。
我沒有看到任何'藍在您發佈的XML代碼高亮box'。你能否在你的問題中說清楚? – iRuth 2015-02-23 21:32:51
它是當一個項目被點擊時的默認值 - 謝謝你的回覆 – Sim 2015-02-23 21:35:21