腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(1000)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
BottomBar
安卓库
我使用的是安卓的
BottomBar
库,但我在底部找不到任何方法来设置这个位置。
浏览 2
提问于2016-06-22
得票数 0
2
回答
改变
BottomBar
的背景色
我正在使用这个很好的库,您可以看到,但似乎无法为
bottomBar
设置bg颜色。我用来设置
bottomBar
的代码如下:
bottomBar
.setMaxFixedTabs(2);
浏览 2
修改于2016-05-16
得票数 1
回答已采纳
2
回答
Jetpack Compose
BottomBar
在底部导航
我在Jetpack撰写中通过Scaffold实现了
BottomBar
。Scaffold( BottomMenu() ) { innerPadding ->
浏览 4
提问于2022-07-12
得票数 0
回答已采纳
2
回答
找回旧的
BottomBar
刚刚启动了一个新应用程序,当包含一个BottomNavigationView时,结果如下所示: 我真的不明白它从何而来,以及如何回到中仍然定义的旧版本
浏览 3
修改于2018-08-14
得票数 0
回答已采纳
1
回答
使用
BottomBar
隐藏显示hidesBottomBarWhenPushed
在根用户执行segue时,我已经隐藏了
BottomBar
它运行良好,但在一个屏幕上,我需要显示
BottomBar
回来 我正在使用hidesBottomBarWhenPushed
浏览 0
提问于2020-05-12
得票数 0
1
回答
如何将MvxCommand连接到
BottomBar
?
不过,我不知道如何将MvxCommand绑定到我的
BottomBar
。有谁知道这是怎么做到的吗?public ICommand OnTabSelectedCommand get { return New MvxCommand(() => OnTabSelected()); }我的
BottomBar
FindViewById(Resource.Id.menuList), savedInstanceState); _<e
浏览 27
提问于2017-07-11
得票数 1
回答已采纳
2
回答
无法使用ListView查看
BottomBar
fill_parent" > <android.support.design.widget.BottomNavigationView android:id="@+id/
bottomBar
浏览 4
修改于2018-02-25
得票数 0
2
回答
使用
BottomBar
阻止碎片打开?
activity的onCreate调用: mBottomBar =
BottomBar
.attach(MainActivity.this, savedInstanceState); private JobAdapter arr
浏览 1
修改于2016-08-12
得票数 7
1
回答
Android中的SystemBar/
BottomBar
对不起,我的英语不好。SetBarPosition(上/下/右/左);
浏览 0
提问于2013-09-06
得票数 0
2
回答
Jetpack组合+导航:从不同的
BottomBar
屏幕导航到
BottomBar
目的地
问题:在ScreenA上按下按钮(不是下栏项)时,我想使用参数转到ScreenB。composable(route = "screen_b/details") { }}
BottomBar
浏览 4
修改于2022-03-11
得票数 2
回答已采纳
1
回答
BottomBar
项目未对齐抖动
我正在制作底部的应用程序栏,我对它的风格有一个问题。条形图中的项目没有居中对齐。你知道我如何实现这样的外观吗:这是我使用的代码:import 'package:flutter/material.dart';import 'package:tariffo/favoriteProviders.dart'; import 'package:t
浏览 4
提问于2020-09-30
得票数 0
2
回答
如何设置
BottomBar
的背景色?
我使用库在我的应用程序中使用
BottomBar
,我不能为这个
BottomBar
设置背景色。我的代码: mBottomBar.setItemsFromMenu(R.menu.
bottombar
_menu, new OnMenuTabClickListener() { public void on
浏览 3
修改于2017-04-26
得票数 2
回答已采纳
2
回答
iOS同时推送
BottomBar
和ToolBar
我有一个带有TabBar (
BottomBar
)和ToolBar的UITableView。当选择一个单元格时,detailsView被推入堆栈。
浏览 1
修改于2013-06-30
得票数 0
回答已采纳
1
回答
Jetpack使用和不使用
BottomBar
导航
我有一个Jetpack撰写项目,其中包括使用带有Scaffold的
BottomBar
导航。使用方法很好,直到您只需要导航单击
BottomBar
的项。= {
BottomBar
(navController = navController) }, // content}@Composable MainScaffold () {
浏览 4
修改于2022-03-10
得票数 1
回答已采纳
3
回答
如何在Fragment中创建
BottomBar
?
Home_Fragment,News_Fragment,Video_Fragment,PodCast_Fragment,More_Fragment,tablayout工作正常…但是如何只在Home_Fragment中创建
Bottombar
浏览 4
修改于2016-06-24
得票数 0
1
回答
带有自定义的
BottomBar
我希望我能创建一个
BottomBar
,让我有一个这样的图形,一个按钮比其他所有的大。我试过使用TabbedPage,但它不允许我进行定制。我想要一个
BottomBar
,它将允许我拥有这个图形,并能够使用页面作为按钮内容。
浏览 5
提问于2021-04-06
得票数 1
回答已采纳
2
回答
右对齐.
bottomBar
ToolbarItem in SwiftUI for iOS 14
我想在我的.
bottomBar
中的.toolbar中添加一个“撰写”按钮。.toolbar { HStack {
浏览 2
提问于2020-08-16
得票数 8
2
回答
为什么在
BottomBar
后面浮动操作按钮
我想要浮动行动按钮在中间的
BottomBar
和正面,而不是在背面,请指导我解决这个问题,我的图层代码如下… tools:ignore="VectorDrawableCompat" /> <com.roughike.
bottombar
.
B
浏览 3
提问于2018-08-26
得票数 1
回答已采纳
1
回答
Android -
BottomBar
中的子菜单项?
我正在尝试向Android 添加一个类似于的子菜单,除了在点击
BottomBar
图标后应该显示的子菜单。 我能够让
BottomBar
工作,只需要寻找一个简单的子菜单示例。我基本上是想让用户点击
BottomBar
上的“颜色”,然后出现一个颜色列表。选择后,ImageView色调将根据选择而改变。
浏览 10
提问于2016-08-09
得票数 0
回答已采纳
1
回答
BottomSheet自定义行为-
BottomBar
之上
我想在我的BottomSheet上面显示
BottomBar
。因此,我必须编写自定义的BottomSheet behavior,将我的BottomSheet放在
BottomBar
之上--
BottomBar
有shy behavior (滚动时隐藏)。layoutDependsOn(CoordinatorLayout parent, View child, View dependency) { return dependency instanceof
BottomBar
child, View dependency) {
浏览 6
提问于2016-10-30
得票数 3
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券