- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我同时使用 NavigationDrawer 和 BottomNavigationView。但是在添加 Navigation Drawer 之后,Bottom Navigation 的位置发生了变化。我该如何解决?我认为这个问题是由我的 xml 文件引起的。
activity_main.xml
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start"
tools:context="com.example.yunus.ototakip.MainActivity">
<include
layout="@layout/app_bar_navigation_bar"
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_navigation_bar"
app:menu="@menu/activity_navigation_bar_drawer" />
<FrameLayout
android:id="@+id/main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true">
</FrameLayout>
<android.support.design.widget.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
app:itemBackground="@color/colorPrimary"
app:itemIconTint="@color/beyaz"
app:itemTextColor="@color/beyaz"
app:menu="@menu/bottombar_menu" />
最佳答案
将您的 BottomNavigationView
附加到 CoordinatorLayout
(或您在 app_bar_navigation_bar 布局中的任何 View 组)而不是 DrawerLayout
并添加适当的重力标签。
android:layout_gravity="bottom"
关于android - 为什么我的 BottomBar 在屏幕中间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41724100/
我正在使用这个很棒的库,您可以看到 here但似乎无法为 bottomBar 设置 bg 颜色。 我用来设置 bottomBar 的代码是这样的: bottomBar = BottomBar.
我使用 this在我的应用程序中使用 BottomBar 的库,我无法为此 BottomBar 设置背景颜色。 我的代码: mBottomBar = BottomBar.attach(parent.
我同时使用 NavigationDrawer 和 BottomNavigationView。但是在添加 Navigation Drawer 之后,Bottom Navigation 的位置发生了变化。
我想制作完全相同的带有 float 操作按钮的底部栏。我使用了标准的 BottomNavigationView 以及这个 library ,但我无法增加项目之间的距离。有办法吗? 最佳答案 将第五个项
我想制作一个带有附加 fab 按钮的底部栏,如下图所示。如果有人知道那种底部带有 fab 的不同形状按钮库,请向我推荐。 下图给出了一个像这样的 fab 的底部栏。 最佳答案 这只是一个想法,代码可以
我正在使用 this库添加 BottomNavigationBar到我的项目。我也在为我的这个项目的框架使用 MvvmCross。我不知道如何绑定(bind) MvxCommand给我的BottomB
我想我快疯了。我一直在遵循不同的教程来尝试将 roughike 的 Android BottomBar 库实现到研究项目中。 github 存储库上的主要示例工作正常(使用选项卡),但是当我尝试指向使
是否有一种简单的方法来更改 Android BottomBar 导航的图标 (https://github.com/roughike/BottomBar)。我已经看到了多种设置此图标的方法,但我想在用
我注意到当 BarButtonItems 被放置在 View 的底部栏中时,标准画外音行为存在一些问题。 在测试应用程序中,我制作了以下简单 View 使用以下代码,我将更新所有 3 个文本元素,以便
我想做的是 this ,但是如果我正在执行某个命令,并且该命令有输出,我也希望能够看到该命令的输出,所以,这就是我所做的: "javascript to hide statusbar noremap
我正在使用 roughike 的 BottomBar 2.0:https://github.com/roughike/BottomBar/ 当我显示 SnackBar 时,它会显示在 BottomBa
我可以固定一个 SliverAppBar,然后在其下方滚动一个 SliverList 内容。是否有等效于让列表在 BottomBar 下滚动? 诀窍是我希望同时固定 AppBar 和 BottomBa
我想要这种类型的设计:: Here Is My design 我的 mainactivity.xml 只包含一个 frameLayout,它被底部栏菜单项中的选定片段替换。 代码在这里: b = Bo
我正在尝试将 BottomBar(第 3 方库)作为模块添加到我的 android studio 项目中。我收到错误 Error: (4, 0) Cannot get property 'compil
我正在尝试设置 BottomBar 上非 Activity 选项卡的颜色,但找不到任何方法来执行此操作。我使用以下方法设置了栏的背景颜色:mBottomBar.getBar().setBackgrou
我正在使用 inquirer.js 编写一个 Node CLI 命令,这可能需要很长时间才能完成,所以我正在尝试更新 UI,如下所示: ✓ Thing A complete ✓ Thing B com
我想在我的 android 应用程序上使用新的底部导航模式。 我找到了图书馆BottomBar来自 Github 上的 roughike。我的应用程序应该有四个选项卡,每个选项卡都应该代表一个 Act
我使用 setDefaultTabPosition(和/或 selectTabAtPosition)将标签位置设置为 2,我得到了标签 2 的标题/图标(字符串/图像)从屏幕上突出显示,这是预期的。
我想让Floating Action Button在BottomBar中间和前面,而不是后面,请指导我解决这个问题我的图层代码如下... 最佳答案 Relative layout arrang
我想在我的 BottomBar 上方显示 BottomSheet。所以我必须编写自定义 BottomSheet behavior 将我的 BottomSheet 放在 BottomBar 之上 - B
我是一名优秀的程序员,十分优秀!