activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="${relativePackage}.${activityClass}" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:orientation="vertical" > <SearchView android:id="@+id/searchView1" android:layout_width="match_parent" android:layout_height="wrap_content" > </SearchView> <ListView android:id="@+id/listView1" android:layout_width="match_parent" android:background="#888" android:layout_height="wrap_content" > </ListView> </LinearLayout> </RelativeLayout>