[android] Add ImageActivity to show images in full-screen

This commit is contained in:
Torsten Grote
2018-11-16 18:58:16 -02:00
parent 008cf95741
commit fbe5df8938
15 changed files with 397 additions and 20 deletions

View File

@@ -123,6 +123,7 @@ dependencies {
exclude group: 'com.android.support'
exclude module: 'disklrucache' // when there's no disk cache, we can't accidentally use it
}
implementation 'com.github.chrisbanes:PhotoView:2.1.4' // later versions already use androidx
annotationProcessor 'com.google.dagger:dagger-compiler:2.19'
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"