I'm defining an array that references a name in styles.xml

styles.xml
    <style name="AppBaseThemeLight" parent="android:style/Theme.Holo.Light">

arrays.xml

    <integer-array name="ThemesValues">
        <item>@id/AppBaseThemeLight</item>
    </integer-array>

What am I trying to do?

I'd like <item> to hold the integer value of @styles/AppBaseThemeLight

Can this be done?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to