Using @string resource inside a style definition
问题 I have something like the following (shown below) defined in my styles.xml file. But Android crashes due to the use of the @string/fontExtraLarge. I'm assuming it's because of the order of definition, but is this legal. I could use the style 'parent' attribute to resolve this, but for only one style definition doesn't make sense. Is there a way to resolve this problem. BTW, the error I get is Unable to Inflate XML which points to the layout.XML, but really this file is causing this issue. <!-