gpt4 book ai didi

android - 如何使用 Android GradientDrawable

转载 作者:IT老高 更新时间:2023-10-28 22:00:33 31 4
gpt4 key购买 nike

我尝试使用 GradientDrawable 为某些背景和按钮设置渐变。可悲的是documentation不是很详细。

配置渐变的主要属性有哪些?我了解 start 和 endcolor 但其他一些属性可能需要一些解释。

目前我使用图像作为按钮的背景,但在 XML 中定义的可绘制对象会更好。

我试着看起来像这样(这是一个非常浅的渐变):alt text http://janusz.de/~janusz/RedButton.png

最佳答案

使用这个 xml 作为 imageview 的背景。

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

就是这样。

关于android - 如何使用 Android GradientDrawable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2666341/

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