一.配置:
1.Material Design的控件大多都放在design库中
implementation 'com.android.support:design:30.0.3'
2.Circleimageview的配置:
implementation 'de.hdodenhof:circleimageview:2.1.0'
3.使用三方框架Glide的配置:
implementation 'com.github.bumptech.glide:glide:4.3.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
二:控件介绍和使用:
(一).Toolbar:顶替系统标题栏,能引入更精致的设计风格
替换系统标题栏步骤:
1.将style.xml的主题改成


