We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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的颜色
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<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的颜色
The text was updated successfully, but these errors were encountered: