On Feb 1, 10:23 am, MobDev <[email protected]> wrote:
> Actually I have added :
>
> Setting the android:layout="bottom" on the used RealtiveLayout (with
> the Image as background) still will result into a hideous version of
> the original Image...
>

i was wrong: use android:gravity="bottom" in <bitmap> and not in
layout definition:

file res/drawable/proxy.xml:

<bitmap
    android:src="..."
    android:gravity="bottom"
/>

and then use it in your layout's android:background="@drawable/proxy"

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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