Tencent / QMUI_Android

提高 Android UI 开发效率的 UI 库
http://qmuiteam.com/android
Other
14.42k stars 2.67k forks source link

QMUIRoundButton 设置背景颜色不起作用 #1081

Closed zhangjw-ECHO closed 3 years ago

zhangjw-ECHO commented 3 years ago

运行环境

具体问题描述

<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton android:id="@+id/btn_get_verify_code" android:padding="5dp" android:layout_marginBottom="5dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|center_vertical" android:text="@string/txt_btn_get_verfiy_code" android:textColor="@color/app_color_blue" android:textSize="14sp" app:qmui_backgroundColor="@color/s_btn_blue" app:qmui_borderColor="@color/app_color_blue" app:qmui_borderWidth="1.5dp" app:qmui_radius="5dp" /> qmui_backgroundColor 无论怎么改变,还是默认的颜色

问题截图

Layout Inspector 文件(如何获取)

异常日志(堆栈)

zhangjw-ECHO commented 3 years ago

使用问题,非框架bug,不好意思

ckrgithub commented 3 years ago

@zhangjw-ECHO 你好,我也遇到这个问题。你是怎么解决的