Anyone? On 1 set, 15:49, hpadrao <[email protected]> wrote: > I'm gonna be crazy, I'm trying to have 1 9patch image with 2 contents > (Different views). How can I do this? Please see below my code: > > <?xml version="1.0" encoding="utf-8"?> > <LinearLayout xmlns:android="http://schemas.android.com/apk/res/ > android" android:orientation="vertical" > android:layout_width="wrap_content" > android:layout_height="wrap_content" > android:background="@drawable/test_imag" > > <TextView android:layout_width="wrap_content" android:textSize="4sp" > android:layout_height="wrap_content" android:text="@string/hello" > android:layout_alignParentTop="true" > android:layout_alignParentBottom="true" /> > <TextView android:text="@string/hello" > android:layout_height="wrap_content" > android:layout_width="wrap_content" > android:layout_alignParentTop="true" > android:layout_alignParentBottom="true"></TextView> > </LinearLayout> > > Could you please help me? > > Thanks a lot. > > Hélio Padrão"
-- 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

