if (view == null && originalContext != context) {
view = createViewFromTag(context, name, attrs);
}
AppCompatDelegateImplV7自己處理了,不需要后面的處理,這里應該是重復了
view = createViewFromTag(context, name, attrs);
}
AppCompatDelegateImplV7自己處理了,不需要后面的處理,這里應該是重復了
2018-04-23