use recyclerview for episodes in media fragment

closes #3
This commit is contained in:
2020-10-12 09:54:32 +02:00
parent 7b708f5aa0
commit 0fc1d8b5c2
6 changed files with 162 additions and 73 deletions

View File

@ -58,6 +58,7 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.afollestad.material-dialogs:core:3.3.0'
implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'