Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个架子视图。我也探索了各种代码,但这些代码非常复杂。我有一个实现相同的想法,但我不确定。我们可以将背景绘制到网格行明智吗?
提前致谢
经过探索,我得到了解决方案。解决方案需要两个步骤:
1.创建扩展 GridView 类的类。
2.将该类添加到需要显示网格视图的布局中。
为了更好地理解“http://erikwalltinsen.wordpress.com/2010/11/08/android-row-background-in-gridview/”将对您有所帮助。