ANDROID STUDIO 中如何导入SnapHelp类与RecyclerView

来源:互联网 发布:md文件js 编辑:程序博客网 时间:2024/05/21 20:16

在你的项目Buid.gradle中

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:24.+'
    compile 'com.android.support:recyclerview-v7:24.2.0'
    compile 'com.android.support:cardview-v7:24.2.0'
}

这recyclerview的版本一定为24.2.0 

阅读全文
0 0
原创粉丝点击