Android: ScrollView does't clean background when scrolling
Clash Royale CLAN TAG #URR8PPP Android: ScrollView does't clean background when scrolling I have very strange problem as you can see pictures below: Top picture is captured before scrolling and bottom after scrolling. Android doesn't clear the background to erase the starting view. I can fix this if I accept black background (fix can be done by activating the commented code android:background="#111100"> in fragment.xml), but I won't do it. fragment_paavalikko.xml: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_height="fill_parent" android:layout_width="fill_parent" android:scrollbars="vertical" android:id="@+id/vScroll"> <!-- android:background="#111100"> --> <HorizontalScrollView android:...