gpt4 book ai didi

android - 如何设置按钮颜色

转载 作者:搜寻专家 更新时间:2023-11-01 07:39:16 25 4
gpt4 key购买 nike

我想自定义这样的按钮

<shape      xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">

<solid android:color="#EAEAEA"/>

<corners android:topLeftRadius="8dip"
android:bottomRightRadius="8dip"
android:bottomLeftRadius="1dip"
android:topRightRadius="1dip"
/>
<item android:drawable="@drawable/photo2"
android:state_pressed="true" />
<item android:drawable="@drawable/photo1" />

但是在

<item android:drawable="@drawable/photo2"
android:state_pressed="true" />
<item android:drawable="@drawable/photo1" />

它不起作用(如果它起作用,它会在按下或取消按下按钮时更改按钮背景)

我该怎么办?

最佳答案

首先导入LightningColorFilter,然后您可以通过应用此代码来更改颜色:

Start_Button.getBackground().setColorFilter(new LightingColorFilter(0x11111111, 0x11111111));

这将放在您的 Activity 中,而不是 XML 文件。

关于android - 如何设置按钮颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6185931/

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