Android PlaceAutocomplete活动结果列表文本相互重叠

时间:2016-08-03 03:10:09

标签: android autocomplete google-play-services

我正在使用此处所述的PlaceAutocomplete活动:http://googlegeodevelopers.blogspot.co.id/2015/12/autocomplete-widget-and-updated-place.html

我有问题,因为我将gradle库更新到版本9.x.x.我目前正在使用v9.4.0:

compile 'com.google.android.gms:play-services-maps:9.4.0'
compile 'com.google.android.gms:play-services-location:9.4.0'
compile 'com.google.android.gms:play-services-places:9.4.0'
compile 'com.google.maps.android:android-maps-utils:0.3.4'

当我搜索某个地方时,结果是这样的:

result list text overlapping each other

我认为问题出在图书馆。任何帮助将不胜感激:)

更新

此错误由Google问题处理

https://issuetracker.google.com/issues/35829225

此修复程序已在Google Play Services 9.6(2016年9月21日)中实施

1 个答案:

答案 0 :(得分:1)

我之前遇到过同样的问题。它表示将在下一版本中修复。所以请使用最新的并检查它是否仍然存在。或者,您需要使用Google Places API执行自定义自动填充,就像我解决该问题一样。