Ejemplo n.º 1
0
 @Override
 protected void setStatusBar() {
   //        int mStatusBarColor = colorBurn();//getResources().getColor(R.color.half_full);
   mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout);
   //        mDrawerLayout.getBackground().getAlpha()
   StatusBarUtil.setColorForDrawerLayout(
       this, mDrawerLayout, mDrawerLayout.getDrawingCacheBackgroundColor(), 0);
 }