Material Design库版本的正确选择

1,Android Studio中引入Material Design库

     如果需要支持5.0以下的系统版本则需要引入design库   

     implementation'com.android.support:design:28.0.0'

     可以看这篇文章: https://blog.csdn.net/ericbar/article/details/89065603

      引入库 CardView : implementation 'androidx.cardview:cardview:1.0.0'

      引入库 RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0'

2,Material Design库介绍

      https://www.jianshu.com/p/08aadf18f3f7

      Material Design 是Android Lollipop(5.0)推出的一个UI库

      包含的内容有:

      ANDROID L——Material Design详解(主题和布局)

      ANDROID L——Material Design详解(视图和阴影)

      ANDROID L——Material Design详解(UI控件)

      ANDROID L——Material Design详解(动画篇)

3,Material Design 看这位大佬写的,更全面

      Material Design 系列文章

你可能感兴趣的:(Material Design库版本的正确选择)