XSkinLoader icon indicating copy to clipboard operation
XSkinLoader copied to clipboard

侵入性最低,功能强大的Android换肤框架XSkinLoader

Results 5 XSkinLoader issues
Sort by recently updated
recently updated
newest added

真的是见鬼啊,ExtraAttrRegister里面注册的换肤拓展统统报错。包括demo中提供的ViewBackgroundStyleParser和TextViewTextColorStyleParser,parseXmlStyle方法中TypedArray a = context.obtainStyledAttributes(attrs, textViewStyleable, 0, 0);这一句报错,错误信息如下: Caused by: android.view.InflateException: Binary XML file line #19 in com.yunmai.citycall:layout/activity_main: Error inflating class RadioButton Caused by: java.lang.NullPointerException: Attempt to get length of null...

rt. 要在布局里的每个控件都添加 skin:enable="true" 这个属性才能换肤吗?

运行在华为手机上,packageInfo为null 换肤失败

我有个疑问: 比如 现在有个样式 textcolor_c2_secondary , 其中 样式中有textColor textcolor_c2_secondary_text_color @color/textcolor_c2_secondary_text_color 然后 textcolor_c2_secondary_text_color 指向 @color/color_000000_a87 然后 color_000000_a87 指向 #DE000000。 到sdk中 通过 getResourceId(TextView_textColor) 获取到id,再获取到attrValueName ,往往是color_000000_a87 。 有办法能获取 textcolor_c2_secondary_text_color

https://github.com/WindySha/XSkinLoader/blob/master/xskinloader-lib/src/main/java/com/wind/me/xskinloader/SkinManager.java#L41 Is there any better solution to solve this question?