EditText HTML appears prompt this text field does not specify an inputtype or a hint

Source: Internet
Author: User
1 <edittext2         android:layout_width= "fill_parent" 3         android:layout_height= "Wrap_content" 4         android: Minlines= "3" 5         android:id= "@+id/message" 6         />

This writing suddenly found a yellow exclamation mark appeared, prompted: "This text field does not specify an inputtype or a hint";

The reason is that this edit box is missing a property: hint.

The hint properties function as follows:

The modified code is:

1 <edittext2         android:layout_width= "fill_parent" 3         android:layout_height= "Wrap_content" 4         android: Minlines= "3" 5         android:hint= "@null" 6         android:id= "@+id/message" 7         />

When added, the yellow exclamation mark disappears.

EditText HTML appears prompt this text field does not specify an inputtype or a hint

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.