Android DrawerLayout
DrawerLayout是官方的侧滑布局。需要将主布局设为DrawerLayout。(引用)DrawerLayout要求Content View必须是DrawerLayout的第一个Child View,左侧滑动出现/隐藏的MenuView必须是DrawerLayout的最后一个Child View。并且需要给滑动出现View添加android:layout_gravity="st