|
@@ -36,7 +36,7 @@
|
36
|
36
|
android:contentDescription="dj-image"
|
37
|
37
|
android:scaleType="fitStart"
|
38
|
38
|
app:layout_constraintEnd_toEndOf="parent"
|
39
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
39
|
+ app:layout_constraintBottom_toBottomOf="@id/scrollViewMetadataNext"
|
40
|
40
|
app:layout_constraintStart_toStartOf="@id/imageGuideline"
|
41
|
41
|
app:layout_constraintTop_toTopOf="parent"
|
42
|
42
|
app:srcCompat="@drawable/logo_roundsquare"
|
|
@@ -160,7 +160,7 @@
|
160
|
160
|
app:layout_constraintEnd_toStartOf="@id/streamerPicture"
|
161
|
161
|
app:layout_constraintStart_toStartOf="parent"
|
162
|
162
|
app:layout_constraintTop_toBottomOf="@id/seek_bar_volume"
|
163
|
|
- app:layout_constraintVertical_weight="3">
|
|
163
|
+ >
|
164
|
164
|
|
165
|
165
|
|
166
|
166
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
@@ -180,7 +180,7 @@
|
180
|
180
|
android:text="@string/up_next"
|
181
|
181
|
android:textAlignment="center"
|
182
|
182
|
android:textColor="@color/whited5"
|
183
|
|
- android:layout_marginTop="8dp"
|
|
183
|
+ android:layout_marginTop="0dp"
|
184
|
184
|
app:layout_constraintStart_toStartOf="parent"
|
185
|
185
|
app:layout_constraintEnd_toEndOf="parent"
|
186
|
186
|
app:layout_constraintTop_toTopOf="parent" />
|
|
@@ -218,14 +218,14 @@
|
218
|
218
|
<ScrollView
|
219
|
219
|
android:id="@+id/scrollProgramme"
|
220
|
220
|
android:layout_width="0dp"
|
221
|
|
- android:layout_height="0dp"
|
|
221
|
+ android:layout_height="wrap_content"
|
222
|
222
|
android:fillViewport="true"
|
223
|
223
|
android:layout_marginBottom="0dp"
|
224
|
224
|
app:layout_constraintEnd_toEndOf="parent"
|
225
|
225
|
app:layout_constraintStart_toStartOf="parent"
|
226
|
226
|
app:layout_constraintTop_toBottomOf="@id/scrollViewMetadataNext"
|
227
|
227
|
app:layout_constraintBottom_toBottomOf="@id/topInfoGuideline"
|
228
|
|
- app:layout_constraintVertical_weight="1">
|
|
228
|
+ >
|
229
|
229
|
|
230
|
230
|
|
231
|
231
|
<androidx.constraintlayout.widget.ConstraintLayout
|