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.
我有一个名为http://www.willtakesurveysforfood.com/的网站。在那个网站上,我有两个问题:
如果我能得到任何帮助,那就太好了。谢谢!
从您的 UL 中移除填充物。由于您已为 UL 提供 100 % 的宽度,因此将在其上添加填充,除非您使用盒子模型。
看门人在评论中回答了您的其他问题。
I'm trying to populate a ListView with an ArrayList. The ArrayList contains Usuarios Objects. Usuario has two fields (String nombre, String edad). This is my code:
ListView listview = (List