Answers for "how to change color of action bar in android programmatically"

0

how to change actionbar color in android programmatically

getSherlockActivity().getSupportActionBar().setBackgroundDrawable(new ColorDrawable(0xff00ACED));
mActionBar.setBackgroundDrawable(new ColorDrawable(0xff00DDED));
mActionBar.setDisplayShowTitleEnabled(false);
mActionBar.setDisplayShowTitleEnabled(true);
Posted by: Guest on June-22-2020

Code answers related to "how to change color of action bar in android programmatically"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language