I decompiled framework-miui-res.apk and modifiled styles.xml in order to adapt my device. But when I recompile it, the resources id became 0X02*** ( if I use aapt, the id became 0X07***).
So how to re-compile framework-miui-res.apk without changing resources id?
Thank you!