标签: android android-theme android-styles
我想知道哪个类/方法解析Android应用资源文件夹中的styles.xml文件。
styles.xml
我需要为我没有的源代码的几个应用程序将属性windowIsTranslucent设置为true。
windowIsTranslucent
true
我以为我可以使用Xposed framework挂钩解析styles.xml文件的方法并“强制”该属性的值。