can you tell me how to replace android.R.styleable in the below three
lines of code? android.R.styleable is removed in the latest sdk. I'm
really just a beginner. Sorry for asking such stupid question.

TypedArray a = context.obtainStyledAttributes
(android.R.styleable.View);
TypedArray a = context.obtainStyledAttributes(attrs,
android.R.styleable.ScrollView, defStyle, 0);
setFillViewport(a.getBoolean
(android.R.styleable.ScrollView_fillViewport, false));

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

Reply via email to