is there an option to programatically change the navigation bar text color in Android Studio? I have changed the background color successfully in one line but I cannot change the text color. Sorry, very beginning at Android Studio :)
here's how I changed the background color:
getSupportActionBar().setBackgroundDrawable(new ColorDrawable(Color.parseColor("#C0FA94")));