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.
我需要向我的 Android Studio 项目添加什么依赖项才能使用此组件?而且,一般来说,如何知道我需要添加什么依赖项才能使用 Google Material 组件?
您必须使用材料组件库:
implementation 'com.google.android.material:material:1.2.0-rc01'
Slider组件是随版本引入的1.2.0-alpha01
Slider
1.2.0-alpha01