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.
我如何做一个自定义列表片段,比如这个自定义列表视图,但是对于列表片段..
这是一样的吗?因为在 listfragment 我们在 xml 中声明..
您可以像任何其他类一样扩展 ListFragment。然后,您可以在 xml 中引用您自己的自定义类:
<my.package.location.MyListFragment .../>