如何将渐变应用到android中的状态栏?

时间:2016-04-28 06:47:38

标签: android user-interface colors statusbar

任何人都可以帮我解决下面的图片问题。因为我必须将渐变应用于状态栏。我知道通过它们只有单色到状态栏colorPimaryDark。enter image description here

如图所示,它在状态栏中显示与验证布局中相同的渐变。

由于

1 个答案:

答案 0 :(得分:36)

你的oncreate应该是这样的

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient android:angle="135" android:startColor="#f56f2c" android:endColor="#fa9f46"/>
</shape>

布局文件应该是这样的。

One

渐变文件看起来像这样。

 code.tutsplus.com/tutorials/secure-your-forms-with-orm-keys--net-4753"
 www.youtube.com/watch?v=ATBdUB-aXko"
 www.formstack.com/features/security

ui看起来像这样。

this