美文网首页
2018-05-11 一些开发中常用的控件

2018-05-11 一些开发中常用的控件

作者: 梦游的沙师弟 | 来源:发表于2018-05-11 16:12 被阅读0次

    annotationProcessor'com.jakewharton:butterknife-compiler:8.8.1'

    // 屏幕适配,根据需求选一个,不要全填上,n后面那个数字代表尺寸文件中有0~n个dimen

    implementation'com.github.licheedev.CommonSize:common_size_w750_n1000:1.3'

    implementation'org.greenrobot:eventbus:3.1.1'

    //圆形图片

    implementation'de.hdodenhof:circleimageview:2.2.0'

    //图片选择器

    implementation'com.lzy.widget:imagepicker:0.6.1'

    //下拉刷新

    implementation'com.lcodecorex:tkrefreshlayout:1.0.7'

    //滑动选择器

    implementation'cn.aigestudio.wheelpicker:WheelPicker:1.1.2'

    //高仿微信底部导航栏

    implementation'com.yinglan.alphatabs:library:1.0.8'

    //MagicIndicator

    implementation'com.github.hackware1993:MagicIndicator:1.5.0'

    //MagicIndicator

    implementation'com.github.hackware1993:MagicIndicator:1.5.0'

    //走势图

    implementation'com.github.PhilJay:MPAndroidChart:v3.0.3'

    //卡片

    implementation'com.android.support:cardview-v7:27.0.2'

    相关文章

      网友评论

          本文标题:2018-05-11 一些开发中常用的控件

          本文链接:https://www.haomeiwen.com/subject/tlnfdftx.html