ANDROID EditText 限定只會出現 數字鍵盤
ANDROID EditText 限定只會出現 數字鍵盤
資料來源:https://github.com/jash-git/Countdown_Timer ~自製Android連續執行倒數計時器(單聲阿彌陀佛)
屬性-> android:digits=”1234567890.”
程式-> m_edtValue.setInputType(EditorInfo.TYPE_CLASS_PHONE);//只能輸入數字->對應屬性 android:digits=”1234567890.”