I've got a little bug.
I use a LinearLayout with a ListView, and the ListView has a background.
If I drag the mouse and scroll through the list, the background disappears.
So I trid to put the background to the Linear Layout, same behaviour
Are there any flags to avoid this?
I'd like to show the background all the time
Using xml Syntax Highlighting
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical" android:layout_width="fill_parent"
- android:layout_height="fill_parent" android:background="@drawable/bg">
- <ListView android:id="@+id/android:list" android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
- </LinearLayout>
Parsed in 0.002 seconds, using GeSHi 1.0.8.4
Greetings,
DaRolla


