Setting android:windowBackground to @null makes scrolling to smear?
i'm using the sherlock actionbar library in order to support many devices . i have a viewPager which has 3 fragments : one with a listView , each item has a textView and an imageView the second has a gridView , each item has a textView and an imageView the third just has a textView for now. as i've heard in google IO videos (and since Lint tells me) , it's recommended to have the next style being used for all of the activities: <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="AppTheme" parent="@style/Theme.Sherlock"> <item name="android:windowBackground">