Cara Mengubah Nama Toolbar di Android Studio

setTitle("My new title");
getActionBar().setIcon(R.drawable.my_icon);
Charming Caiman