I have simple code to create simple navigation drawer, but when i declare parameter for ActionBarDrawerToggle it\'s say that drawable icon cannot be applied...
Gradl
Change
import android.support.v4.app.ActionBarDrawerToggle;
to
import android.support.v7.app.ActionBarDrawerToggle;