【发布时间】:2017-02-13 18:45:11
【问题描述】:
我正在使用 PlaceAutocompleteFragment 搜索地点。 下面是我的xml代码
<fragment
android:id="@+id/place_source"
android:layout_width="match_parent"
android:layout_height="40dp"
android:background="@color/colorPrimary"
android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment" />
我想删除默认带有片段的搜索图标。
【问题讨论】: