材料设计组件展示柜 添加了该展示了具有给定主题的Material组件。 该库遵循相同的思想,但使您不必在每个应用程序中都做同样的事情! 灯光预览 黑暗预览 将其添加为项目的依赖项: allprojects { repositories { maven { url " https://jitpack.io " } } } implementation ' com.github.ataulm:material-design-components-showcase: ' 然后打开包含的活动: class DebugActivity : AppCompatActivity () { override fun onCreate ( savedInstanceState : Bundle ? ) {