Syntax:
android:hint="hint-statement"
android:hint="hint-statement"
EditText Hint In Android Example:
<android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="Enter user Name"
/>
android:layout_height="wrap_content"
android:hint="Enter user Name"
/>
No comments:
Post a Comment