试试这个,我希望这对你有帮助。
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/green">
<fragment
android:id="@+id/google_map_fragment"
android:name="com.google.android.gms.maps.MapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.SearchView
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_marginLeft="15dp">
</android.support.v7.widget.RecyclerView>
</LinearLayout>
</RelativeLayout>