问题标签 [android-statusbar]
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 5 中是否可以在状态栏 fe 中包含一个滑块(一个应用程序)来调整亮度、音量等?有像 Play Music 这样的应用程序也在状态栏中提供 ui 吗?
java - 无法使状态栏半透明
编辑:这里发布了更相关的问题: MaterialDrawer library turn a translucent status bar into a opaque one
我知道它可以在 API19+ 中完成。我也读过这个和这个,它似乎可以很容易地完成。但是我无法完成它。这是我在values-v19
文件夹中的主题:
我还将 appcompat 主题更改为Theme.Holo.Light.NoActionBar.TranslucentDecor
(当然使用Activity
代替AppCompatActivity
);没有改变。
这是 genymotion emulator api-22 的屏幕截图(实心状态栏;在真实设备上的结果相同):
现在奇怪的是:在布局的预览窗口中,当您选择 api-23(在 appcompat 和 holo 主题上)时,我得到了这个结果(半透明):
api-19(也是 api-21 和 22)的预览是这样的:
这非常令人困惑,我不知道我做错了什么。任何帮助,将不胜感激。
编辑:
如果我添加:
实心状态栏改变颜色:
另一个奇怪的事情是导航抽屉超出了该死的栏:
android - 工具栏颜色未延伸到状态栏
更新:添加清单
出于某种原因,状态栏没有显示深色原色,但在我的 Nexus 5 @ 5.1.1 Lollipop 上它是半透明的。在此处观看视频:http: //sendvid.com/vo5b5a83
可以看到,当app启动时,状态栏的颜色是红色的,但是当它进入launch Activity时,又变回灰色,并且是半透明的。以下是代码:
样式.xml
activity_main.xml
AndroidManifest.xml
我已经尝试了几种修复不透明状态栏的解决方案,但它们都不起作用,因为我认为这根本不是问题。
android - MaterialDrawer library turns a translucent status bar into a opaque one
I am using MaterialDrawer library for adding a drawer to my activities. The activities must have translucent status bar. Like the picture below:
This is the top part of my activity, when the library has not added to it yet.
When I add a drawer using the library:
And the DrawerMenu
helper class:
I will get this result:
The status bar is obviously non translucent and activity content is not below it.
However when I open the drawer, it goes beneath the status bar:
Also this is the theme that I'm applying to the activity:
What is the problem here?
android - 栏状态不改变颜色和 ActionBar 良好做法
我是 android 世界的新手,我不确定如何正确修改操作栏。
就我而言,主要活动有一个FrameLayout
我在带有导航抽屉的片段之间切换的地方。
我已经看到有几种方法可以更改操作栏参数,但我不太确定哪一种是最好的。到目前为止,我用来更改 ActionBar (和片段)的内容如下:
正如您在代码中看到的,我更改了操作栏的颜色、标题和图像。这是更改内容的正确方法还是我在强制机器?
我无法做到的是自动更改状态栏的颜色。我已经阅读了几篇文章,但我无法实现它。提出的解决方案之一是添加以下行:
但我没有得到任何结果。你有什么主意吗?谢谢你的帮助 :)
android - 操作栏和状态栏高度
谁能告诉我三星 Galaxy S6 和三星 Galaxy Note 5 的操作栏高度、状态栏高度和 APILevel 是多少?
android - Status Bar Color - Android Studio
How do I change the Status Bar Color of my app that I'm making in Android Studio so that it changes to a static color on Android Lollipop 5.0 or higher and doesn't crash on Mobile running lower version of Android OS.
android - android:如何修改状态栏的字体颜色
如何修改状态栏的字体颜色?我发现一些android应用程序可以修改状态栏的字体颜色。我不知道该怎么做。
以下是两张有助于描述问题的图片。谢谢!
一个的字体颜色是白色,而另一个是黑色。
android - add app icon to the right side of the status bar
is it possible to add my app icon to the right side of the status bar (along side the wifi icon, bluetooth icon, etc)? My app start a service in the background so I want do show my app icon when the service is active.
Thank you
Alessandro