Since my minimum SDK version is 14, I don't want to add support library to my application.
Based on what Android says on DrawerLayout
page, this view group is defined in support library (android.support.v4.widget
).
Is there any equivalent class of DrawerLayout
if I don't add support library? Thanks.