Wednesday, August 24, 2011

[android-developers] Re: Problem with 9 patch graphic expanding to fill the entire screen

I did try using the following:

        <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true"
        <clip android:background="@drawable/button_background" />
        >

but the clip element is not supported as part of a RelativeLayout element.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment