gpt4 book ai didi

android - 如何使按钮上的点击操作可见?

转载 作者:行者123 更新时间:2023-11-29 18:41:00 27 4
gpt4 key购买 nike

当我们点击按钮时,背景颜色变为黑色透明。但是,当我更改 Button 的背景时,用户在单击它们时看不到 Button 的视觉 react 。

感谢您的帮助。

最佳答案

对于 v21 及更高版本,您可以使用:

bg_button.xml

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:colorControlHighlight">
<item android:drawable="@drawable/button_normal" />
</ripple>

在你的按钮中:

<Button
...
android:background="@drawable/bg_button" />

重要:如果按钮有禁用状态波纹效果显示。

更多:https://guides.codepath.com/android/ripple-animation

关于android - 如何使按钮上的点击操作可见?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53083198/

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