Hi,

I'm facing the following problem:

  I have a tiled background drawable:
    <bitmap xmlns:android="http://schemas.android.com/apk/res/android";
        android:src="@drawable/back_pattern"
        android:tileMode="repeat"/>

  and relative layout:
    <RelativeLayout
        android:id="@+id/diet_button_area"
        android:layout_width="fill_parent"
android:layout_height="65dip"
        android:background="@drawable/background"> ...

So, from time to time, when I start my application the background of
the relative layout is just a stretched "back_pattern" image. After
some manipulations with the application (clicking screen, clicking on
tabs) it becomes a normal tiled background (as it was intended).

Can someone put some light on this? What can be the reason of the
problem?

PS
There are no exceptions in the log.

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

Reply via email to