gpt4 book ai didi

Android:动态更改TextView背景颜色

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:16:19 30 4
gpt4 key购买 nike

我的 Activity 中有以下 TextView 。我想动态更改 TextView 的背景颜色。

我的问题是我不想从 Resouce 文件或其他 colors.RED 方法中获取颜色。我在网络安全模式下从网络服务获取颜色(即#FFF、#000 等)。

如何将这些颜色作为背景传递给 TextView。提前感谢您的宝贵时间。

<TextView
android:id="@+id/colorCode"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true" android:background="#FF0000" android:layout_marginRight="5dp"/>

最佳答案

下面的代码 fragment 可能对您有所帮助,其中 txtChannelNameTextView 的对象

 txtChannelName.setBackgroundColor(Color.RED);

txtChannelName.setBackgroundColor(Color.parseColor("#ffffff"));

关于Android:动态更改TextView背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8090459/

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