java - Instagram like Login Android Studio -


enter image description here

i making app can login , want username , password picture shows. tried android:text="" if need erase want erase when begin typing. stupid question began android studio yeah

this hint, if edit text programaticaly

myedittext.sethint("username");  

or in xml:

android:hint="username" 

edit

this code:

<edittext android:id="@+id/etusername"   android:hint=""    android:layout_marginbottom="10dp"   android:layout_width="match_parent"   android:layout_height="wrap_content" />  

in android:hint="" add text username, password or wish, , make android:hint="username".


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -