|
@@ -30,13 +30,13 @@
|
30
|
30
|
<ImageView
|
31
|
31
|
android:id="@+id/streamerPicture"
|
32
|
32
|
android:layout_width="0dp"
|
33
|
|
- android:layout_height="wrap_content"
|
|
33
|
+ android:layout_height="0dp"
|
34
|
34
|
android:layout_gravity="top|center_horizontal"
|
35
|
35
|
android:adjustViewBounds="true"
|
36
|
36
|
android:contentDescription="dj-image"
|
37
|
|
- android:scaleType="fitCenter"
|
|
37
|
+ android:scaleType="fitStart"
|
38
|
38
|
app:layout_constraintEnd_toEndOf="parent"
|
39
|
|
-
|
|
39
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
40
|
40
|
app:layout_constraintStart_toStartOf="@id/imageGuideline"
|
41
|
41
|
app:layout_constraintTop_toTopOf="parent"
|
42
|
42
|
app:srcCompat="@drawable/logo_roundsquare"
|