Hi guys,

In my app I have a background image and transparent listviews, with
properly set cacheColorHint=#00000000. In every activity it works,
except for one. In this particular one I am getting a strange flicker
effect when I scroll, which basically makes the header and the
listview items a little brighter and then goes away. Any ideas what
the problem can be?  Could the problem be in the header somehow? I run
on Motorola Milestone with android 2.1.

Here is the listview :

<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android";
                android:id="@android:id/list" android:layout_width="fill_parent"
                android:layout_height="fill_parent" android:layout_weight="1"
android:scrollbars="none" android:background="@drawable/
game_background"  android:cacheColorHint="#00000000"/>

Cheers,
Ivan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to