gpt4 book ai didi

android - GradientDrawable 以编程方式改变角度

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:03:39 25 4
gpt4 key购买 nike

我有以下 GradientDrawable 的 xml。如何以编程方式更改角度?

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:type="linear"
android:angle="45"
android:startColor="#FF0000"
android:endColor="#00FF00" />
</shape>

最佳答案

GradientDrawable 有一个方法叫做:.setOrientation(GradientDrawable.Orientation orientation),你可以用这个改变渐变的方向。您需要将 XML 扩展为 GradientDrawable。

关于android - GradientDrawable 以编程方式改变角度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29935755/

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