Hi
Im new to android development.i have tried the samples given in the
DEVGUIDE.
in that galleryview example showing me the error
since there is no methods called -"android.R.styleable.Theme"
from this method:
public ImageAdapter(Context c) {
mContext = c;
TypedArray a = obtainStyleAttributes
(android.R.style.Widget_Gallery);
mGalleryItemBackground = a.getResourceId
(android.R.style.Widget_Gallery, 0);
a.recycle();
}
can you get me the idea in rectifying these sample application.
Thanks
--
You received this message because you are subscribed to the Google Groups
"Android Discuss" 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-discuss?hl=en.