Android Learning Note (29): Search box Searchview

Source: Internet
Author: User

Searchview provides a search box that listens to user input, and when a user submits a search, it can also perform actual actions through the listener.

Common XML attributes and related methods:

XML properties

Related methods

Description

Android:iconifiedbydefault

Seticonifiedbydefault (Boolean)

Sets whether the search box automatically shrinks to an icon

Setsubmitbuttonenable (Boolean)

Set whether the Search button is displayed

Android:inputtype

Setinputtype (int)

Formatting input text

Android:maxwidth

Setmaxwidth (int)

Set Maximum width

Android:queryhint

Setqueryhint (charsequence)

Set Prompt text

You can use the setonquerytextlistener () method to bind the search box to listen for events.

You can use the setquerytextsubmit () method to bind the search button to listen for events.

You can add a ListViewfor Searchview, providing it with auto-complete functionality.

Android Learning Note (29): Search box Searchview

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.