您好我正在使用幻灯片菜单的Android应用程序。我正在尝试在幻灯片菜单中创建一个类似远程的视图。就像剥皮遥控器中的一个。如何在Navigation抽屉中创建这样一个复杂的视图?
答案 0 :(得分:0)
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent">
//your stuff goes here
</FrameLayout>
<FrameLayout
android:id="@+id/navigation_drawer"
android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:layout_gravity="start" />
</android.support.v4.widget.DrawerLayout>
带有id navigation_drawer的FrameLayout将是您的抽屉,您可以使用Fragment