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 系列文章

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。