Android HelloGallery示例

时间:2011-12-05 16:41:25

标签: android android-gallery android-gridview styleable

我正在开发一个Android应用程序的HelloGallery示例。我需要显示res / drawable-hdpi中的两张图片,我是通过网络上的 HelloGallery 示例进行的。我尝试在Android开发者网站上使用HelloViews(http://developer.android.com/resources/tutorials/views/index.html),但显然自Android 1.5更新后它们已经过时了。我正在开发我的应用程序2.1和res.styleable显然不再存在。然后我决定在其他地方寻找并在以下网站上找到一个非常好的例子:http://www.androidpeople.com/android-gallery-imageview-example。在 res / values 下创建 resources.xml styles.xml 后,会在此部分出现一个错误。

TypedArray typArray = obtainStyledAttributes(R.styleable.GalleryTheme);
GalItemBg = typArray.getResourceId(R.styleable.GalleryTheme_android_galleryItemBackground, 0);

错误是:

  

GalleryTheme无法解析或不是字段AND   GalleryTheme_android_galleryItemBackground无法解析或是   不是一个领域

任何形式的帮助都会得到很多赞赏,因为我一直在努力解决这个问题。非常感谢!此外, HelloGallery res / drawable-hdpi 中工作并显示图片也是一个不错的选择/非常有用。非常感谢!

1 个答案:

答案 0 :(得分:0)

从中检索值R.styleable.GalleryThemeR.styleable.GalleryTheme_android_galleryItemBackground的R类包含每个xml文件的类(有点)

例如,如果您将GalleryTheme存储在styles.xml中,则可以使用R.style.GalleryTheme访问它。

文件夹R类 可绘制的R.drawable。* Drawablehdpi R.drawable。* Drawableldpi R.drawable。* Drawablemdpi R.drawable。* Layouts.xml R.layout。* Colours.xml R.colour。*