android.R.styleable appears to say these things are able to be styled
and here's how they can be styled. They describe "Attributes that can
be used with a..", etc.

android.R.style maybe the real issue. Both style and styleable have
values that can be assigned to set a value no? But android.R.style is
a combination of things. There are themes, text appearance and
widgets. These are all very different things. So it's difficult to see
just what style is.


- Juan T.



On Sep 4, 5:20 pm, DavidN <[EMAIL PROTECTED]> wrote:
> 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 [email protected]
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