How we can create Expandable ListView with group icon on Right.have any one implement it…
How we can create Expandable ListView with group icon on Right.have any one implement
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Above code “android:groupIndicator=”transparent image”” becuase remove left side group indicator icon.
Now used below XML for Group Indicator file.
group.xml
Above file “android:background=”@drawable/main_down”” main_down used as arrow in rightside.
so you problem solved.