Answers for "change text color of action bar android theme"

1

change color of action bar android studio

getSupportActionBar().setBackgroundDrawable(new ColorDrawable(getResources().getColor(R.color.red)));
Posted by: Guest on May-26-2021

Code answers related to "change text color of action bar android theme"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language