AndroidChangeSkin icon indicating copy to clipboard operation
AndroidChangeSkin copied to clipboard

一种完全无侵入的换肤方式,支持插件式和应用内,无需重启Activity.

Results 36 AndroidChangeSkin issues
Sort by recently updated
recently updated
newest added

上google市场会被提示下载外包apk.dex 的警告,有解决方案吗?

1:使用apk插件换肤时,如果在代码里动态设置颜色或者底图时,就会失败,求指教应该怎么处理! if(true){ textview.setTextColor(**); textview.setBackgroundResource(**); }else{ textview.setTextColor(**); textview.setBackgroundResource(**); } 这种逻辑,换肤失败,求大神指教! 2:如果TextView textview = new TextView(); textview 如何在代码中设置tag, TextColor 和 Background 都需要改变! textview.setTag();怎么写2个属性?

你好,洋神。请教一下,插件换肤的,皮肤包里都有什么呢。能给原码看看吗。谢谢大神

Error:Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to....

鸿神,WebView换肤怎么搞?

如题,换肤过程SkinManager.getInstance().changeSkin()方法无问题,但是换肤之后调用removeAnySkin方法还原,却没有立即奏效,需要关闭Activity重启才能恢复默认的。 有没有哪位大兄弟知道怎么回事的?