GameDetailsDialog: Don't use CircleImageView for banners

Because trying to fit a 3:1 banner into a circle looks very awkward.

Also move the banner below the title/description now that it
takes up more space horizontally.
This commit is contained in:
JosJuice
2019-06-16 10:37:15 +02:00
parent fcb96a179d
commit 100f032e2f
3 changed files with 17 additions and 26 deletions

View File

@ -89,9 +89,6 @@ dependencies {
// For REST calls
implementation 'com.android.volley:volley:1.1.1'
// For showing the banner as a circle a-la Material Design Guidelines
implementation 'de.hdodenhof:circleimageview:2.1.0'
// For loading huge screenshots from the disk.
implementation 'com.squareup.picasso:picasso:2.71828'