Honest wrote:
> The following is my java file code as i am adding controls in java
> file so please take a look at it and let me know..
>
> Country.setAdapter(adapter);
> layout.addView(Country);
> Button okBtn=new Button(this);
> okBtn.setText("Ok");
> layout.addView(okBtn);
>
> On Aug 20, 5:30 pm, Honest <[email protected]> wrote:
>> I am putting one spinner and one button using following code. Can some
>> one tell me how can i put some space between it ?
You could use padding or margins to add space between your widgets.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
_Android Programming Tutorials_ Version 1.0 In Print!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---