[android-developers] Re: Application background image auto resize problem

2013-05-06 Thread bob
It sounds like you will want to subclass *Drawable*. Then you implement the *draw(Canvas c)* method in My_Drawable. Then you do *view.setBackground(my_drawable);* Thanks. On Thursday, May 2, 2013 8:43:04 PM UTC-5, Gerson Novais wrote: > > Hi, > > I have an application using custom theme

[android-developers] Re: Application background image auto resize problem

2013-05-05 Thread Piren
Thats how backgrounds are supposed to work. If you want better control of how the image is displayed, use an ImageView instead. On Friday, May 3, 2013 4:43:04 AM UTC+3, Gerson Novais wrote: > > Hi, > > I have an application using custom theme in the activity. This theme using > android: windowBa