On Tue, Nov 2, 2010 at 5:59 AM, titleist <[email protected]> wrote:

> In my current activity I have one spinner(on top) and two buttons(on
> bottom). My ExpendableListView would have to be below spinner,
>

OK.


> but I don't know how to set up padding for ExpandableListView,
>

The same as any other view - via XML or at runtime with the proper functions
/ layout parameters.


> or how can i use this class(ExpandableList3) in my current activity (some
> other  class). This class(ExpandableList3) only works if i open it as new
> activity :/
>

Well, yeah. Each activity is designed to work standalone (except maybe for
Tabs). You just need to add the ExpandableListView (not the Activity) to you
existing activity. Perhaps changing your existing activity to be an
ExpandableListActivity.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to