Thanks,
about that gradient tutorial from that blog that one I already knew
off :P
I have searched a lot on the net before even posting here :D
About your solution :
If I try that it will actually resize the background to a little
version of itself and place it aligned with the bottom of the screen,
anwyays it WILL get resized/scaled...


On 1 feb, 12:31, skink <[email protected]> wrote:
> 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