在Main布局中,我在scrollview中使用了MapFragment。一开始看起来一切都很完美,但是当我开始在scrollview中滚动,地图闪烁并显示背景活动布局时,地图存在问题,4.4以下显示主屏幕布局。下面是XML代码。
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="150dp"/>
答案 0 :(得分:1)
在清单文件中的标签内设置 android:hardwareAccelerated =“ true”