-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Description
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个属性?
Metadata
Metadata
Assignees
Labels
No labels