如何将图像和文本放在地图自动完成片段上?

时间:2018-02-24 16:50:45

标签: android git google-places-api googleplacesautocomplete

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>

0 个答案:

没有答案