設置不一樣的android:inputTye屬性致使 EditText hint的字體發生改變

1 在使用EditText控件時,常常須要指定android:inputType屬性,好比用戶名輸入框,密碼輸入框等。  android

而不一樣的android:inputType屬性有時候會有使用不一樣的字體字體

EditText etPassword = findViewById(R.id.etPassword);orm

etPassword.setTypeface(Typeface.DEFAULT);input

etPassword.setTransformationMethod(new PasswordTransformationMethod());it

經過上面的兩行代碼就可以將密碼輸入框hint的字體設置跟用戶名輸入框的一致io

相關文章
相關標籤/搜索