如何制作像谷歌地图一样的搜索栏(叠加式)[Android]

时间:2018-02-19 10:21:51

标签: java android xml google-maps

我需要帮助才能使用片段和动画制作这个UI设计。请帮忙。

enter image description here

感谢。

1 个答案:

答案 0 :(得分:1)

使用Place Autocomplete

<fragment
 android:id="@+id/place_autocomplete_fragment"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment"
/>