添加了自定义适配单选按钮

This commit is contained in:
linglongxin24
2016-06-06 16:41:06 +08:00
parent ced4932050
commit 06465bac0f
3 changed files with 117 additions and 2 deletions

View File

@@ -27,10 +27,10 @@ dependencies {
compile 'org.xutils:xutils:3.3.34'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.linglongxin24:UncaughtExceptionSendEmail:1.0.0'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
// or 1.4-beta1
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
// or 1.4-beta1
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
compile 'com.android.support:design:23.4.0'
}