Skip to content

Instantly share code, notes, and snippets.

@davidelp68
Created October 27, 2019 15:36
Android Studio - Text
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="numberSigned"
android:ems="10"
android:id="@+id/editText"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment