HomeSort by relevance Sort by last modified time
    Searched defs:searchview (Results 1 - 2 of 2) sorted by null

  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
SearchActivity.java 17 package com.example.android.actionbarcompat.searchview;
22 import android.support.v7.widget.SearchView;
27 * This sample shows you how to use {@link SearchView} to provide a search function in a single
64 * retrieve the SearchView.
72 // Now we get the SearchView from the item
73 final SearchView searchView = (SearchView) MenuItemCompat.getActionView(searchItem);
76 // Set the hint text which displays when the SearchView is empty
77 searchView.setQueryHint(getString(R.string.search_hint))
    [all...]
AppListFragment.java 17 package com.example.android.actionbarcompat.searchview;

Completed in 100 milliseconds