Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

和换肤框架Android-skin-support使用的问题 #170

Open
lh8986 opened this issue Jan 3, 2025 · 0 comments
Open

和换肤框架Android-skin-support使用的问题 #170

lh8986 opened this issue Jan 3, 2025 · 0 comments

Comments

@lh8986
Copy link

lh8986 commented Jan 3, 2025

<TextView android:layout_width="match_parent" android:layout_height="50dp" android:text="测试圆角lb" android:gravity="center" android:layout_marginTop="50dp" android:background="@color/colorPrimary"

控件使用普通方式设置背景色时,换肤,有效果。

<TextView android:layout_width="match_parent" android:layout_height="50dp" android:text="测试圆角lb" android:gravity="center" android:layout_marginTop="50dp" app:bl_corners_radius="25dp" app:bl_solid_color="@color/colorPrimary" />

通过bl_solid_color和bl_corners_radius 设置颜色和圆角时,没有换肤效果,还是显示换肤前的颜色

换肤框架好像换不了 bl_solid_color的颜色

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant