TypedArray a = obtainStyledAttributes(R.styleable.Gallery1);int mGalleryItemBackground = a.getResourceId(R.styleable.Gallery1_android_galleryItemBackground, 0);a.recycle(); ImageView image = (ImageView)findViewById(R.id.imageview);image.setBackgroundResource(mGalleryItemBackground);