Pramod Kumar Yadav

Results 1 comments of Pramod Kumar Yadav

**You should try this one. I think it will work.** Toolbar toolbar = findViewById(R.id.toolbar1); setSupportActionBar(toolbar); mDrawerLayout = findViewById(R.id.drawer_layout); mDrawerLayout = findViewById(R.id.drawer_layout); mDrawerLayout.setDrawerShadow(R.drawable.rectagle_with_black_outer, GravityCompat.START); getSupportActionBar().setDisplayHomeAsUpEnabled(true); getSupportActionBar().setHomeButtonEnabled(true); mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout,...