Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto">
  4.  
  5.     <item
  6.        android:id="@+id/search"
  7.        android:icon="@drawable/ic_search"
  8.        android:title="@string/search_title"
  9.        app:showAsAction="ifRoom|collapseActionView"
  10.        app:actionViewClass="androidx.appcompat.widget.SearchView"/>
  11.  
  12. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement