What about putting android:text for each line?

On Nov 14, 7:06 pm, VBMichi <[email protected]> wrote:
> Hi,
>
> I have a button:
>
> <Button
>     android:layout_height="wrap_content"
>     android:id="@+id/test"
>     android:background="@drawable/background_image"
>     android:layout_width="280dip"
>     android:layout_marginLeft="20dip"
>     android:layout_marginTop="10dip"
>     android:text="This is a test!">
> </Button>
>
> How can I each word in android:text in a seperate line?
> If allready tried;
>
> android:singleLine="false"
> android:lines="4"
>
> but it doesnt seem to work.
>
> Thanks & Regards,
> Michael

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en

Reply via email to