
關於如何生成側邊欄這件事
更改activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context="com.example.vincent.showetf.MainActivity"
android:id="@+id/drawerLayout">
<!-- center 主程式位置-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center" >