Hey guys i am trying to slide a childview of an expandableListView from top.I have a achieved this by Translate animation on the convertView returned from getChildView of the adapter.But the childView is sliding over the parentView of the childView( groupView of the list ).here is the anim xml file i am using to translate .Please tell me how to slide child view behind the parentView ?
I have already seen the solutions to use a ListView instead of ExpandableListView for such animations but i need to use ExpandableListView only.
Please suggest me some solutions.
Thanx in advance