我需要添加什么依赖项才能使用 com.google.android.material.slider.Slider
What dependency I need to add to use com.google.android.material.slider.Slider
我需要向 Android Studio 项目添加什么依赖项才能使用此组件?
而且,一般来说,如何知道我需要添加什么依赖项才能使用 Google Material 组件?
您必须使用 Material Components Library:
implementation 'com.google.android.material:material:1.2.0-rc01'
Slider
组件是在 1.2.0-alpha01
版本中引入的
我需要向 Android Studio 项目添加什么依赖项才能使用此组件? 而且,一般来说,如何知道我需要添加什么依赖项才能使用 Google Material 组件?
您必须使用 Material Components Library:
implementation 'com.google.android.material:material:1.2.0-rc01'
Slider
组件是在 1.2.0-alpha01