How can I Add Search Vew in Toolbar android? -


1. want add serch view in toolbar in android.how can do?

<android.support.v7.widget.toolbar         android:id="@+id/toolbar"         android:minheight="?attr/actionbarsize"         android:background="#2196f3"         android:layout_width="match_parent"         android:layout_height="wrap_content">     </android.support.v7.widget.toolbar> 

thanks in advance.

just this:

<android.support.v7.widget.toolbar         android:id="@+id/toolbar"         android:minheight="?attr/actionbarsize"         android:background="#2196f3"         android:layout_width="match_parent"         android:layout_height="wrap_content">         <edittext            <--todo code-->         />     </android.support.v7.widget.toolbar> 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -