【发布时间】:2017-09-28 13:23:42
【问题描述】:
整个导航栏都在前面,主要活动向左移动并缩小。请问谁能告诉我最简单的方法?
【问题讨论】:
-
到目前为止你做了什么来证明你的努力。
标签: android
整个导航栏都在前面,主要活动向左移动并缩小。请问谁能告诉我最简单的方法?
【问题讨论】:
标签: android
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:layout_width="250dp" <!-- Set the width -->
android:layout_height="match_parent">
#Your view
</FrameLayout>
</android.support.v4.widget.DrawerLayout>
【讨论】: