ScrollView Android上的黑色背景

时间:2017-07-18 05:18:26

标签: android android-layout listview android-fragments

enter image description here

如何查找问题?我使用唯一的片段来显示地图视图

 <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"/>

2 个答案:

答案 0 :(得分:1)

您可以尝试使用android:drawingCacheQuality滚动视图和android:alwaysDrawnWithCache

答案 1 :(得分:0)

尝试

   android:background="android:background="@android:color/white"

用于scrollView属性,如果需要用于xml文件中的片段。