Hello Friends i implement one Demo Applicaiton for DrawerLayout in All Android Device
MainClass as below :
import java.util.Locale;
import android.
The problem lies in the drawer_list_item.xml. You will need to remove these 2 lines:
android:background="?android:attr/activatedBackgroundIndicator"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
Once those are removed it should work. Both of these items need later api versions to work correctly.