如何查找问题?我使用唯一的片段来显示地图视图
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
android:name="com.google.android.gms.maps.MapFragment"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="250dp"
map:mapType="normal"/>
答案 0 :(得分:1)
您可以尝试使用android:drawingCacheQuality
滚动视图和android:alwaysDrawnWithCache
答案 1 :(得分:0)
尝试
android:background="android:background="@android:color/white"
用于scrollView属性,如果需要用于xml文件中的片段。