A nonexpert guess:

android.R.style appears to be values that can be assigned to something
to set its value. For instance, android.text.style.TextAppearanceSpan
method constructor TextAppearanceSpan(Context context, int
appearance), the appearance parameter is taken from android.R.style.

android.R.styleable appears to be attribute values that are associated
with things that may be set to different values (the styleable
aspect). For instance, android.text.style.TextAppearanceSpan method
constructor public TextAppearanceSpan(Context context, int appearance,
int colorList), the colorList is taken from android.R.styleable.

On Sep 4, 9:16 am, jtaylor <[EMAIL PROTECTED]> wrote:
> What is the difference between Style and Styleable in Android.R?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to