android - Display a lisView on mapView -
i want display listview on mapview in below image of google maps app. initially map visible. when user clicks on tab want listview appear on mapview. but problem using below layout not display maps(gray screen visible). however, listview displayed. layout : <?xml version="1.0" encoding="utf-8"?> <relativelayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/pickmatcheslayout" android:layout_width="match_parent" android:layout_height="match_parent" > <tabhost android:id="@+id/tabhost" android:layout_width="match_parent" android:layout_height="match_parent" > <linearlayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <tabwidget ...