Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i modify your ExpandableItem name? #12

Open
kscMaster opened this issue Oct 27, 2016 · 0 comments
Open

how can i modify your ExpandableItem name? #12

kscMaster opened this issue Oct 27, 2016 · 0 comments

Comments

@kscMaster
Copy link

how can i modify your ExpandableItem name when i open weiget?
i use code below this line:
es_selector.setExpandableSelectorListener(new ExpandableSelectorListener()
{
@OverRide
public void onCollapse()
{
Logger.e("ware"," adadad" );
es_selector.getExpandableItem(0).setResourceId(R.string.choose_type);
}

        @Override
        public void onExpand()
        {
            Logger.e("ware"," adadad" );
            es_selector.getExpandableItem(0).setResourceId(R.string.narmal);
        }

        @Override
        public void onCollapsed()
        {Logger.e("ware"," adadad" );
            es_selector.getExpandableItem(0).setResourceId(R.string.choose_type);
        }

        @Override
        public void onExpanded()
        {Logger.e("ware"," adadad" );
            es_selector.getExpandableItem(0).setResourceId(R.string.narmal);
        }
    });

i can see Log message but the ExpandableItem name didn't modifed,if you have spare times,tell me please!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant