I’m creating a PreferenceScreen in runntime. But the screen blackout when trying to scroll through.
For ListView there is a state to avoid this sort of situation,
android:cacheColorHint="@android:color/transparent"
But no such state for PreferenceScreen.
How can I avoid screen blackout in PreferenceScreen ?
Try out this thing.