Ejemplo n.º 1
0
 @Override
 public void syncState() {
   for (DrawerToggle toggle : mListToggles) {
     toggle.syncState();
   }
 }