[android-developers] Re: padding and margin

2010-10-18 Thread parag
thanks amit.. On Oct 18, 2:44 pm, Amit wrote: > Dear Parag, > > For the purposes of determining the boundaries of a background, > padding > is considered "inside" the widget (and so padding area gets the > background) and margin is "outside" the widget (and so does not get > the > background). >

[android-developers] Re: padding and margin

2010-10-18 Thread Amit
Dear Parag, For the purposes of determining the boundaries of a background, padding is considered "inside" the widget (and so padding area gets the background) and margin is "outside" the widget (and so does not get the background). On Oct 18, 2:22 pm, parag wrote: > what is the difference betwe