gpt4 book ai didi

android - GridView.LayoutParams 不存在,Android 代码中断

转载 作者:太空宇宙 更新时间:2023-11-03 11:41:19 24 4
gpt4 key购买 nike

我正在学习 Android 的 HelloWorld 教程,但是当我进行 GridView 练习时 (http://developer.android.com/resources/tutorials/views/hello-gridview.html)

我发现如果我注释掉这一行:imageView.setLayoutParams(new GridView.LayoutParams(85, 85));

然后一切正常。我做了一些研究,发现 GridView.LayoutParams 不存在。难道我做错了什么?教程坏了吗?

最佳答案

I did some research and found that GridView.LayoutParams does not exist.

您在哪里研究的? GridView.LayoutParams 确实存在。 LayoutParams是继承自ViewGroup类的类,它是GridView的父类(super class)。

编辑:

刚刚看了一下,正如您所说,LayoutParams 似乎无法从 GridView 访问。请改用 AbsListView.LayoutParams

关于android - GridView.LayoutParams 不存在,Android 代码中断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5096145/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com