We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b2561 commit a69e10dCopy full SHA for a69e10d
docs/html/resources/tutorials/views/hello-gallery.jd
@@ -101,9 +101,9 @@ public class ImageAdapter extends BaseAdapter {
101
102
public ImageAdapter(Context c) {
103
mContext = c;
104
- TypedArray a = obtainStyledAttributes(android.R.styleable.Theme);
+ TypedArray a = obtainStyledAttributes(R.styleable.HelloGallery);
105
mGalleryItemBackground = a.getResourceId(
106
- android.R.styleable.Theme_galleryItemBackground, 0);
+ R.styleable.HelloGallery_android_galleryItemBackground, 0);
107
a.recycle();
108
}
109
0 commit comments