javaer
Results
1
issues of
javaer
自定义的SkinAttr public class TextStyleAttr extends SkinAttr { @Override protected void applySkin(View view) { if (view instanceof TextView) { TextView tv = (TextView) view; Context context = view.getContext(); int styleID =...