Пример #1
0
  @Override
  protected void initViews() {
    super.initViews();

    actionBarDrawerToggle =
        new ActionBarDrawerToggle(
            this,
            drawerLayout,
            toolbar,
            R.string.navigation_drawer_open,
            R.string.navigation_drawer_close);
    actionBarDrawerToggle.syncState();

    ActionBar actionBar = getSupportActionBar();
    if (actionBar != null) actionBar.setTitle(getString(R.string.global_chat));
  }