add shimmer effect while loading to the lists in home fragment

This commit is contained in:
2022-09-14 21:31:27 +02:00
parent ebd96f9849
commit 9c3548a866
4 changed files with 165 additions and 1 deletions

View File

@ -69,6 +69,8 @@ dependencies {
implementation "com.google.android.exoplayer:exoplayer-ui:$exo_version"
implementation "com.google.android.exoplayer:extension-mediasession:$exo_version"
implementation 'com.facebook.shimmer:shimmer:0.5.0'
implementation 'com.github.bumptech.glide:glide:4.13.2'
implementation 'jp.wasabeef:glide-transformations:4.3.0'