miserydx
Results
1
comments of
miserydx
SkinAppCompatViewInflater中,wrapContext方法会将达到条件的设备的上下文包一层TintContentWrapper,我这里暂时注释这段代码可以解决问题 ```java @Override public Context wrapContext(Context context, View parent, AttributeSet attrs) { // final boolean isPre21 = Build.VERSION.SDK_INT < 21; // // // We only want the View to inherit...