基于Design material的美图应用
compile 'com.android.support:appcompat-v7:23.2.1' compile 'com.android.support:design:23.2.1' compile 'com.android.support:cardview-v7:23.1.1' compile 'com.android.support:recyclerview-v7:23.1.1' compile 'com.jakewharton:butterknife:7.0.1' compile 'io.reactivex:rxandroid:1.1.0' compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' compile 'com.google.code.gson:gson:2.4' compile 'com.commit451:PhotoView:1.2.5' compile('com.github.afollestad.material-dialogs:core:0.8.5.7@aar') { transitive = true }
感谢天狗云提供的API