gpt4 book ai didi

android - 如何在 Kotlin 中使用方法 getBackground.setStroke?

转载 作者:行者123 更新时间:2023-11-30 00:03:47 32 4
gpt4 key购买 nike

如何在 Kotlin 中执行固定行程?这不会作为按钮背景中的方法出现。这是我试图在 Java 中实现的目标:

((GradientDrawable) mAllButton.getBackground()).setStroke(1, ContextCompat.getColor(this, R.color.colorPrimary));

最佳答案

给你。

Kotlin :

(someButton.background as GradientDrawable).setStroke(1, ContextCompat.getColor(context, someColorId))

Java:

((GradientDrawable)someButton.getBackground()).setStroke(1, ContextCompat.getColor(context, someColorId))

附言这仅在您使用 drawable.xml 初始化按钮时有效

关于android - 如何在 Kotlin 中使用方法 getBackground.setStroke?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49416617/

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