|
@@ -30,18 +30,19 @@
|
30
|
30
|
<ImageView
|
31
|
31
|
android:id="@+id/streamerPicture"
|
32
|
32
|
android:layout_width="0dp"
|
33
|
|
- android:layout_height="0dp"
|
|
33
|
+ android:layout_height="wrap_content"
|
34
|
34
|
android:layout_gravity="top|center_horizontal"
|
35
|
35
|
android:adjustViewBounds="true"
|
36
|
36
|
android:contentDescription="dj-image"
|
37
|
37
|
android:scaleType="fitCenter"
|
38
|
|
- app:layout_constraintBottom_toTopOf="@id/imageLeftGuideline"
|
39
|
38
|
app:layout_constraintEnd_toEndOf="parent"
|
40
|
39
|
|
41
|
40
|
app:layout_constraintStart_toStartOf="@id/imageGuideline"
|
42
|
41
|
app:layout_constraintTop_toTopOf="parent"
|
43
|
42
|
app:srcCompat="@drawable/logo_roundsquare"
|
|
43
|
+ android:layout_margin="8dp"
|
44
|
44
|
tools:ignore="HardcodedText" />
|
|
45
|
+ <!-- app:layout_constraintBottom_toTopOf="@id/imageLeftGuideline" -->
|
45
|
46
|
|
46
|
47
|
<androidx.constraintlayout.widget.Guideline
|
47
|
48
|
android:id="@+id/imageGuideline"
|
|
@@ -97,7 +98,7 @@
|
97
|
98
|
android:layout_width="wrap_content"
|
98
|
99
|
android:layout_height="wrap_content"
|
99
|
100
|
android:orientation="horizontal"
|
100
|
|
- app:layout_constraintGuide_percent="0.80" />
|
|
101
|
+ app:layout_constraintGuide_percent="0.95" />
|
101
|
102
|
|
102
|
103
|
<TextView
|
103
|
104
|
android:id="@+id/sleepInfo"
|