enter image description here如何将图像和文本放在此地图中将自动完成片段放在xml文件中
This is my xml code
<android.support.v7.widget.CardView
android:layout_marginTop="60dp"
android:layout_height="50dp"
android:layout_width="match_parent"
android:id="@+id/cardView">
<fragment android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/place_autocomplete_fragment"
android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment" />
</android.support.v7.widget.CardView>