我想实现导航抽屉,并尝试了解它的工作原理。我已经测试了我们可以在Android Studio中使用activity_main选择的navigationDrawerActivity,如下所示:
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
<include
layout="@layout/app_bar_main"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:fitsSystemWindows="true"
app:headerLayout="@layout/nav_header_main"
app:menu="@menu/activity_main_drawer" />
</android.support.v4.widget.DrawerLayout>
查看Android文档:http://developer.android.com/intl/es/training/implementing-navigation/nav-drawer.html,activity_main为:
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- The main content view -->
<FrameLayout
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!-- The navigation drawer -->
<ListView android:id="@+id/left_drawer"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
android:background="#111"/>
</android.support.v4.widget.DrawerLayout>
所以我不明白为什么android studio和doc之间会有所不同。你能告诉我为什么会有这种差异吗? doc使用片段,而android studio活动则没有。
答案 0 :(得分:1)
该文档仅提供了一种演示activity_main
如何工作的方法,因此您将学习如何使用基本内容,例如创建抽屉,处理导航点击以及打开/关闭抽屉。
来自Android Studio的NavigationView
不仅如此,它还为您的应用带来了一些材料设计。像AppBarLayout
,DrawerLayout
这样的东西都来自https://github.com/A1x1On/nodeJs-AngularJs。但each cars
p #{color}, #{brand}
的用法或多或少相同。
答案 1 :(得分:1)
所以我不明白为什么android studio和doc之间存在差异。
Android Studio中使用的模板比未更新的文档更新
使用新的Android Design Support Library,您可以使用DrawerLayout
中的NavigationView
以非常简单的方式实现遵循Design Support Library的NavigationDrawer。
你能告诉我为什么会有这种差异吗?
唯一的区别是使用DrawerLayout
而不是ListView
当然,您可以在$(document).ready(function() {
$('#example').DataTable( {
dom: 'Bfrtip',
buttons: [
{
extend: 'excelHtml5',
title: 'Data export'
},
{
extend: 'pdfHtml5',
title: 'Data export'
}
]
} );
} );
内使用您想要的内容。