「Update」

1、增加日志输出。
This commit is contained in:
donghongyu
2024-10-25 10:32:33 +08:00
parent 33340fa94f
commit 2ccbe54756
6 changed files with 61 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
package com.mogo.skin;
import android.graphics.Typeface;
import android.util.AttributeSet;
import android.view.View;
import android.widget.TextView;
@@ -84,7 +83,7 @@ public class SkinAttribute {
}
} catch (Exception e) {
// 由于有时候TextView会直接配置文字而不是用 @string/XXX 所以会导致这里转换异常,车里简单的处理异常跳过即可
//e.printStackTrace();
e.printStackTrace();
}
}
if (resId != 0) {