To set the EditText to input unsigned integer, you can set the input type to number in XML. <EditText …. android:inputType=“number”
確定! 回上一頁