-1

無論用戶輸入的值如何,我都希望我的edittext始終在最後有2個小數位。如何完成這一點。試圖用aftertextchanged方法設置它,但它進入無限循環。如何使android中的edittext始終有2個十進制數字,而不管用戶輸入的值是多少?

+0

給出的鏈接嘗試https://stackoverflow.com/questions/5357455/limit-decimal-places-in-android-edittext。首先在這個網站上搜索,然後問,因爲這些問題已經被問到。 –

+0

[在Android EditText中限制小數位數]可能的重複(https://stackoverflow.com/questions/5357455/limit-decimal-places-in-android-edittext) –

+0

'嘗試使用aftertextchanged方法設置它嘗試在'onTextChanged' –

回答

相關問題