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