[android-developers] Re: Background Repeat in relativeLayout

2009-01-29 Thread Emmanuel
Thanks Romain, It's working now. It's strange, as I though I had already tried that. I think I just forgot about the xml namespace when I first tried. By the way, I'm not sure I completely understand its use... Thanks anyway, Emmanuel http://androidblogger.blogspot.com/ On Jan 29, 12:12 am,

[android-developers] Re: Background Repeat in relativeLayout

2009-01-28 Thread Emmanuel
Hi Romain, Can you elaborate a little on how to do it on the Xml side ? I succeeded to do it by code, on the java side ( Sebastien, it's on my blog if you are interested ). But I didn't found how to do it with the xml, and I feel it would be cleaner this way. thanks, Emmanuel

[android-developers] Re: Background Repeat in relativeLayout

2009-01-28 Thread Romain Guy
?xml version=1.0 encoding=utf-8? bitmap xmlns:android=http://schemas.android.com/apk/res/android; android:src=@drawable/shelf_panel android:tileMode=repeat / You can also use clamp and mirror instead of repeat. On Wed, Jan 28, 2009 at 3:00 PM, Emmanuel emmanuel.ast...@gmail.com wrote:

[android-developers] Re: Background Repeat in relativeLayout

2009-01-22 Thread Romain Guy
Use a BitmapDrawable and its tiling feature. On Thu, Jan 22, 2009 at 6:07 AM, galina.sebast...@gmail.com galina.sebast...@gmail.com wrote: Hi all ! There is an repeating background attribute like in css for layout on Android API ? Sorry for my english ... i'am a frenchy ... Thx for your