Android 渐变应用程序标题栏
Possible Duplicate:
How do I programmatically set the background color gradient on a Custom Title Bar?
I want to use gradient color in application title bar. How can I do it?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所有人都在尝试使用自定义标题来满足此要求。
我在没有使用自定义标题的情况下实现了这一点。只需在您的 Activity 的 onCreate() 中 setContentView() 之后使用以下代码即可。
享受上面的代码。下图是我的应用程序的屏幕截图,其中渐变颜色作为标题栏背景。
All people are trying to use Custom title for this requirement.
I achieved this without using custom title. Just use below code in your activity's onCreate() after setContentView().
Enjoy with above code. Below image is screen shot of my app with gradient color as title bar background.