Reputation: 4968
hi i created an app. In that when i hit a button it moves over to a new page, the page contains a list of item. The layout has been fixed as if a list view with a scroll view. Once i scroll the page is been changed over to a black screen. Is is this the problem in my coding or it is common to all apps
Upvotes: 0
Views: 61
Reputation: 15267
Add below line to your ListView in xml
android:cacheColorHint="#0000"
Upvotes: 3