Android ListView style issue with background while scroll?

Add android:cacheColornt="#00000000 to ListView in xml layout or use setCacheColornt(int) on ListView instance.

Add android:cacheColornt="#00000000" to ListView in xml layout or use setCacheColornt(int) on ListView instance. Why? Here it is described in detail.

Use the following property in the xml of listView: android:cacheColornt="@android:color/transparent.

Try this line of code in the xml of your listview: android:listSelector="@android:color/transparent.

If you require transparent ListView in a PreferenceActivity, try using a theme with And put the theme in your AndroidManifest.xml.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions