gpt4 book ai didi

android - 为 Android ActionBar 设置渐变

转载 作者:行者123 更新时间:2023-11-29 00:36:40 26 4
gpt4 key购买 nike

我在我的应用程序中使用了一个 ActionBarSherlock 库。我还需要自定义 ActionBar,所以我添加了一个带有 background 参数集的自定义主题,如下所示:

<style name="Widget.Styled.ActionBar" parent="Widget.Sherlock.Light.ActionBar.Solid.Inverse">

<item name="background">@drawable/action_bar_bg</item>

<item name="android:background">@drawable/action_bar_bg</item>

</style>

action_bar_bg drawable 只是一个平铺方 block 的位图:

<?xml version="1.0" encoding="utf-8"?>

<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:dither="true"
android:src="@drawable/bg_img_actionbar"
android:tileMode="repeat" />

我接下来要做的是为整个ActionBar设置一个线性渐变,这样它就会覆盖这个背景。我不知道这是否可能以及如何做到这一点。任何帮助将不胜感激。

最佳答案

关于android - 为 Android ActionBar 设置渐变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12260164/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com