How do I change the android actionbar title with tab menu? -
how change android actionbar title when select tab menu?
in onpageselected() , try following code,
getsupportactionbar().settitle("my title");;
this may helps you.
how change android actionbar title when select tab menu?
in onpageselected() , try following code,
getsupportactionbar().settitle("my title");;
this may helps you.
Comments
Post a Comment