有没有什么方法可以使用 Material Design 在 Android 中设置可扩展列表视图的样式?

Is there any way to style the Expandable ListView in Android with Material Design?

Android 中有一个可扩展的列表视图小部件,但它似乎没有更新 material 设计 styling/specs。我能做些什么来让它具有 material 设计风格和动画吗?

我真的不知道你期望什么以及 Material 设计对你意味着什么,所以我想向你推荐这个很棒的教程:

https://github.com/codepath/android_guides/wiki/Material-Design-Primer

您可以在其中找到如何使可扩展变得更时尚的答案Material。

编辑:感谢您的解释。现在我可以向您推荐一些可能对您有用的帖子。首先,检查这个问题

Android ExpandableListView using animation

Animation for expandableListView

您会在这里找到一些动画,例如展开列表。

如果您有任何问题,请随时提问。