fix poster not being scaled correctly

regression from 2de1419d36
This commit is contained in:
Jannik 2020-11-26 17:07:33 +01:00
parent 78d9f3cfa5
commit dfaf359952
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 2 additions and 5 deletions

View File

@ -13,10 +13,7 @@ import androidx.recyclerview.widget.RecyclerView
import com.bumptech.glide.Glide
import com.bumptech.glide.request.RequestOptions
import jp.wasabeef.glide.transformations.BlurTransformation
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import kotlinx.coroutines.*
import org.mosad.teapod.MainActivity
import org.mosad.teapod.R
import org.mosad.teapod.databinding.FragmentMediaBinding

View File

@ -36,7 +36,7 @@
android:layout_height="200dp"
android:layout_gravity="center"
app:shapeAppearance="@style/ShapeAppearance.Teapod.RoundedPoster"
app:srcCompat="@drawable/ic_launcher_background" />
tools:src="@drawable/ic_launcher_background" />
</FrameLayout>