Tencent / Shadow

零反射全动态Android插件框架
BSD 3-Clause "New" or "Revised" License
7.43k stars 1.3k forks source link

fix(dynamic.apk): ChangeApkContextWrapper的Theme应该克隆BaseContext #1273

Closed shifujun closed 9 months ago

shifujun commented 9 months ago

模仿ContextThemeWrapper的做法。 否则Android内置的View,如ProgressBar在从Theme.obtainStyledAttributes 时会获取不到自己的资源。

fix #1271