how to change title bar color and text in an activity in android studio code example
Example: android studio change title bar text
getSupportActionBar().setTitle("Hello world App");
getSupportActionBar().setTitle("Hello world App");