Android Study Notes (29): SearchView in the search box

Source: Internet
Author: User

Android Study Notes (29): SearchView in the search box

SearchView provides a search box that listens to user input. When a user submits a search request, the listener can also perform actual operations.

Common XML attributes and related methods:

XML attributes

Related Methods

Description

Android: iconifiedByDefault

SetIconifiedByDefault (boolean)

Set whether the search box is automatically scaled down to an icon

 

SetSubmitButtonEnable (boolean)

Set whether to display the search button

Android: inputType

SetInputType (int)

Set input text format

Android: maxWidth

SetMaxWidth (int)

Set the maximum width

Android: queryHint

SetQueryHint (CharSequence)

Set prompt text

 

You can use setOnQueryTextListener () to bind a listener event to the search box.

You can use setQueryTextSubmit () to bind a listener event to the search button.

You can add a ListView for SearchView to provide it with the automatic completion function.

 

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.