Android SearchView - Move icon to right (without ActionBar)
问题 I have an android SearchView like so - <SearchView android:layout_width="match_parent" android:layout_height="wrap_content" android:queryHint="Search the forum ..." android:iconifiedByDefault="true" android:id="@+id/search_forum" android:layout_alignParentRight="true" android:textColor="#aaa" /> This is not in my ActionBar, it's somewhere else in my activity. I need the icon (the search icon) to stay on the right of my layout. On click it should expand into the SearchView (same behaviour as