Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dot character in resource name is not processed #19

Open
GoogleCodeExporter opened this issue Apr 25, 2016 · 0 comments
Open

Dot character in resource name is not processed #19

GoogleCodeExporter opened this issue Apr 25, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The following fragment is from Financisto's (personal budget tracker) 
styles.xml:

    <style name="TextAppearance.PositiveAmount">
        <item name="android:textColor">#39b54a</item>
    </style>

It's reported as being unused:

style     : TextAppearance_PositiveAmount
    ..\res\values\styles.xml

However, it is used in the code as: R.style.TextAppearance_PositiveAmount

So, probably, need to deal with dot-to-underscore conversion.

Original issue reported on code.google.com by estee...@gmail.com on 15 May 2012 at 10:45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant