标签: android android-edittext currency
我有两个editText:
prix = (EditText)findViewById(R.id.prix);
edittext(prix),我想在数字后插入€€10€
remise = (EditText)findViewById(R.id.remise);
edittext(remise)我希望在数字后插入%,为10%
我想使用Textwatcher,但在我的情况下我不理解。