I want to create a custom AdapterView/ViewGroup. Its DataAdapter/
childViews consists of elements that act as keys for a data filter.
This custom view is associated with another dataAdapter-adapterview
combo that holds the data to be filtered (based on what user selects
in the custom filter view).

Question is: i want to delegate the task of layout of this custom
filter view to a layout resource.
Eg:
<MyFilterView layoutresid="@layout/filterElementslayoutFile"/> //most
probably a listview or linearlayout

What do I do to achieve this?

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