Merge pull request #430 from cemrich/collapse-folder-icons
Switched collapse folder icons.
This commit is contained in:
commit
68989d6295
1 changed files with 2 additions and 2 deletions
|
@ -316,9 +316,9 @@ public class SubscriptionExpandableListAdapter extends BaseExpandableListAdapter
|
|||
viewHolder.imgView.setImageResource(R.drawable.ic_action_expand_less);
|
||||
|
||||
if(isExpanded) {
|
||||
rotation = 90;
|
||||
} else {
|
||||
rotation = 180;
|
||||
} else {
|
||||
rotation = 90;
|
||||
}
|
||||
|
||||
viewHolder.imgView.setOnClickListener(new OnClickListener() {
|
||||
|
|
Loading…
Reference in a new issue