Created
November 28, 2016 05:34
-
-
Save galcyurio/35bbfe4aebd78f7ea6c47824c2292189 to your computer and use it in GitHub Desktop.
overflow menu 에서 SearchView 를 구현
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item | |
android:id="@+id/action_search" | |
android:icon="@android:drawable/ic_search_category_default" | |
android:title="검색" | |
app:actionViewClass="android.support.v7.widget.SearchView" | |
app:showAsAction="ifRoom|collapseActionView" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment