为什么在platforms\android-9\data\res\values中styles.xml中定义样式名称加.就好使呢?
<style name="Animation.Activity">我自己定义一个加.就无效呢?
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="aaa.bbb">
<item name="android:textSize">40dip</item>
</style>
</resources>提示:
Description Resource Path Location Type
error: Error retrieving parent for item: No resource found that matches the given name 'aaa'. style.xml /styleBeginStep/res/values line 3 Android AAPT Problem怎么解决呢?