android中EditText一鍵清除實現

基本思路: 1.在Edittext右邊添加一個有着叉叉背景的Button(或圖片); 2.根據Edittext的情況進行判斷Button(或圖片)是否要顯示或隱藏. 佈局效果圖 佈局相關代碼: 獲取圖片中的圖標可以點擊 主要功能的實現封裝成一個工具類EditTextUtils: import android.text.Editable; import android.text.TextUtils;
相關文章
相關標籤/搜索