减小 Material 导航抽屉-抽屉的大小

decrease the size of Material Navigation drawer-drawer

我正在使用 http://www.android4devs.com/2014/12/how-to-make-material-design-navigation-drawer.html

那么,我们怎样才能减小这个抽屉的尺寸呢?

我是说这个抽屉尺寸:

Telegram 示例(完全像这样):

将 layout_width 更改为所需尺寸

 <android.support.v7.widget.RecyclerView
        android:id="@+id/RecyclerView"
        android:layout_width="320dp"
        android:layout_height="match_parent"
        android:layout_gravity="left"

        android:background="#ffffff"
        android:scrollbars="vertical">

    </android.support.v7.widget.RecyclerView>