Siva K
Siva K

Reputation: 4968

error in list view

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

Answers (1)

ingsaurabh
ingsaurabh

Reputation: 15267

Add below line to your ListView in xml

android:cacheColorHint="#0000"

Upvotes: 3

Related Questions