问题标签 [android-titlebar]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 在标题栏中添加可点击的图标
我想在默认标题栏上添加一个可点击的图标看起来像
编辑
好像
android - 单击操作栏/标题栏时,Android 应用程序崩溃
我正在开发一个 android 应用程序(用于 jellybean),它有 9 个与意图相关的活动。当我单击顶部的栏时应用程序崩溃(我猜这应该带我进入上一个活动)。我不确定那个栏叫什么,但它显示了当前活动的名称。当我单击硬件“返回”按钮时它不会崩溃,但是当我单击该栏时它会显示“应用程序已停止”。我正在添加模拟器的屏幕截图以显示我正在谈论的栏:
这是我的主要活动代码和个人资料活动代码:
主要活动:
个人资料活动(屏幕截图中的那个):
有人可以解释为什么会这样吗?如果不是,我如何从我的活动中删除此栏?
编辑:logcat 如下:
java - android add button to title bar
I am trying to add a button to title bar but I couldn't succeed. I have read many articles about this but they all explain the way that doesn't fit my situation. I am using ScrollView to make the screen scrollable. but articles suggest me to use linear layout. How can I make it scrollable and have a button on the title bar?
here is my XML
And in my MainActivity, I have this code....
But this doesn't display anything and it doesn't give me any error. Please give me an idea. how can I add the button to title bar?
android - Android 自定义标题栏
我一直在尝试做我的自定义标题栏一周。
我已经尝试了大约 30 条建议来实现这一目标,但没有任何效果。
you cannot combine custom titles with other title features
无论我尝试什么,我都会得到错误。我无法摆脱这个错误。这让我发疯。
我还尝试通过在 Google 上查找错误来找到解决方案。它也没有工作。
这是我尝试过的代码:
我不知道如何实现自定义标题栏。
非常感谢您提前提供帮助。
android - 没有显示电池寿命和 wifi 状态的顶部栏
很抱歉这个简单的问题,但我不知道这是怎么回事。我的布局的主题设置为 NoTitleBar,并且 gui 显示了您从中拉出通知的细长条,但是当我在我的 Galaxy nexus 上运行我的应用程序时,它不存在。它只显示该条应该在的空白区域。我如何制作这个带有电池寿命的酒吧等等。谢谢
android - 启动android应用程序时如何删除标题?
我已经删除了 onCreate() 方法中的标题。
不显示标题。但启动应用程序时仍会出现。
我可以使用
或放
进入清单文件,因为我正在使用 actionBar。如果我这样做了,应用程序就会崩溃。
所以,我的问题是,有没有办法在应用程序启动时删除标题,因为我要在这里放一个启动画面。谢谢。
------------
请注意:
感谢您的回答,但我明确表示我已经习惯actionBar.setDisplayShowTitleEnabled(false);
隐藏活动的标题栏。(如第一张图所示)
但标题栏仍然出现在启动屏幕中(如第二张图所示。)
和
和
会导致崩溃启动。这发生在我使用操作栏之后。
android - android - 结合 ActionBar 和自定义 TitleBar?
我正在为 android 4.0 及更高版本创建一个应用程序。我使用深色的 Holo.Light 主题ActionBar
(Tabs
作为导航模式)。
问题:我需要将太多图标(选项卡)放入 ActionBar,所以我正在考虑创建一个自定义TitleBar
并在那里放置一些Buttons
以保留功能,同时不会过度发送ActionBar
. 我尝试了以下方法:
这会导致应用程序崩溃并显示以下消息:
什么是“其他标题功能”?可以使用 ActionBar 和自定义标题吗?
android - 如何在 Android 的 TitleBar 或标签名称中找到退出图标
我想在标签名称或标题栏附近放置一个退出图标或注销按钮,因此如果我在我的应用程序中的任何位置,我都可以返回主菜单。我在 Stackoverflow 上搜索过类似的问题,但不明白答案。也许问题是我是 Android 编程新手
有人可以解释如何做到这一点吗?
android - 创建自定义操作标签栏
我正在尝试使用本教程为 android 2.3.3 及更高版本创建一个自定义标签栏,但标题栏被禁用(请参阅在 Android 2.3.3 上部署的附加图像应用程序)。
另外,如何自定义标题栏。请指导我。
android - 更改微调器下拉宽度
我需要将此部分尺寸调整为完全显示。我怎样才能做到这一点?
我的适配器:
custom_spinner_title_bar.xml: