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.
无需赘述,我需要在 ListView 的最后一项底部附加一个可绘制对象。限制是我只能使用样式和主题来实现它。不允许使用 Java 代码。我也无法将任何项目添加到适配器的末尾。
我该怎么做?欢迎所有黑客攻击。谢谢!
补充:或者也许可以通过xml将页脚视图附加到列表视图?