android:editable is deprecated: Use an <EditText> to make it editable android:editable is deprecated: Use inputType instead 分析:關(guān)于EditText控件的read-only問題,即: 無法通過UI更改其中的內(nèi)容, 但可以選定部分內(nèi)容, 進(jìn)行復(fù)制.在早期的sdk, EditText有Editable屬性, 現(xiàn)在這個屬性已經(jīng)deprecated了. ...
www.dbjr.com.cn/article/591...htm 2025-5-22