如下图所示,实现接口的最佳方式是什么?

What is the best way to implement an interface as shown in pictures below?

我知道可扩展列表视图,但它是垂直的,而我想实现如图所示的界面。我是否需要创建四个活动,每个活动用于播放器、图书馆、禁用显式内容和查找我们?

这是当您按下 Player

时出现的第二个界面

这看起来像是一系列具有自定义样式的 PreferenceScreens。请参阅 the documentation section on Preferences 了解如何进行设置以及如何跨屏幕拆分您的首选项。

对于正确的人字纹,您可以使用 widgetLayout attribute to set a custom layout that has the cheveron. Or the layout 属性,它给您更多的控制权,但更高级/更复杂。