|
@@ -49,7 +49,7 @@
|
49
|
49
|
android:layout_width="wrap_content"
|
50
|
50
|
android:layout_height="wrap_content"
|
51
|
51
|
android:orientation="vertical"
|
52
|
|
- app:layout_constraintGuide_percent="0.68" />
|
|
52
|
+ app:layout_constraintGuide_percent="0.71" />
|
53
|
53
|
|
54
|
54
|
<androidx.constraintlayout.widget.Guideline
|
55
|
55
|
android:id="@+id/imageLeftGuideline"
|
|
@@ -140,7 +140,7 @@
|
140
|
140
|
<ImageView
|
141
|
141
|
android:id="@+id/volume_icon"
|
142
|
142
|
android:layout_width="wrap_content"
|
143
|
|
- android:layout_height="24dp"
|
|
143
|
+ android:layout_height="20dp"
|
144
|
144
|
android:contentDescription="@string/volume"
|
145
|
145
|
android:src="@drawable/ic_volume_high"
|
146
|
146
|
android:textSize="12sp"
|
|
@@ -156,10 +156,11 @@
|
156
|
156
|
android:layout_height="0dp"
|
157
|
157
|
android:fillViewport="true"
|
158
|
158
|
android:layout_marginBottom="4dp"
|
159
|
|
- app:layout_constraintBottom_toTopOf="@id/text_current_programme"
|
|
159
|
+ app:layout_constraintBottom_toTopOf="@id/scrollProgramme"
|
160
|
160
|
app:layout_constraintEnd_toStartOf="@id/streamerPicture"
|
161
|
161
|
app:layout_constraintStart_toStartOf="parent"
|
162
|
|
- app:layout_constraintTop_toBottomOf="@id/seek_bar_volume">
|
|
162
|
+ app:layout_constraintTop_toBottomOf="@id/seek_bar_volume"
|
|
163
|
+ app:layout_constraintVertical_weight="3">
|
163
|
164
|
|
164
|
165
|
|
165
|
166
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
@@ -214,35 +215,61 @@
|
214
|
215
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
215
|
216
|
</ScrollView>
|
216
|
217
|
|
217
|
|
- <TextView
|
218
|
|
- android:id="@+id/current_programme"
|
219
|
|
- android:layout_width="wrap_content"
|
220
|
|
- android:layout_height="wrap_content"
|
221
|
|
- android:gravity="bottom"
|
222
|
|
- android:text="@string/current_programme"
|
223
|
|
- android:textAlignment="center"
|
224
|
|
- android:textColor="@color/whited3"
|
225
|
|
- android:textSize="16sp"
|
|
218
|
+ <ScrollView
|
|
219
|
+ android:id="@+id/scrollProgramme"
|
|
220
|
+ android:layout_width="0dp"
|
|
221
|
+ android:layout_height="0dp"
|
|
222
|
+ android:fillViewport="true"
|
|
223
|
+ android:layout_marginBottom="0dp"
|
|
224
|
+ app:layout_constraintEnd_toEndOf="parent"
|
226
|
225
|
app:layout_constraintStart_toStartOf="parent"
|
|
226
|
+ app:layout_constraintTop_toBottomOf="@id/scrollViewMetadataNext"
|
227
|
227
|
app:layout_constraintBottom_toBottomOf="@id/topInfoGuideline"
|
228
|
|
- android:visibility="visible" />
|
|
228
|
+ app:layout_constraintVertical_weight="1">
|
229
|
229
|
|
230
|
|
- <TextView
|
231
|
|
- android:id="@+id/text_current_programme"
|
232
|
|
- android:layout_width="0dp"
|
|
230
|
+
|
|
231
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
232
|
+ android:layout_width="match_parent"
|
233
|
233
|
android:layout_height="wrap_content"
|
234
|
|
- android:text=""
|
235
|
|
- android:layout_marginStart="8sp"
|
236
|
|
- android:layout_marginLeft="8sp"
|
237
|
|
- android:gravity="start|bottom"
|
238
|
|
- android:textAlignment="textStart"
|
239
|
|
- android:textColor="@color/whited"
|
240
|
|
- android:textSize="16sp"
|
241
|
|
- app:layout_constraintStart_toEndOf="@id/current_programme"
|
242
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
243
|
|
- app:layout_constraintBottom_toBottomOf="@id/topInfoGuideline"
|
|
234
|
+ android:orientation="vertical"
|
|
235
|
+ android:layout_marginEnd="8dp"
|
|
236
|
+ android:layout_marginRight="8dp"
|
244
|
237
|
android:visibility="visible"
|
245
|
|
- />
|
|
238
|
+ >
|
|
239
|
+
|
|
240
|
+ <TextView
|
|
241
|
+ android:id="@+id/current_programme"
|
|
242
|
+ android:layout_width="match_parent"
|
|
243
|
+ android:layout_height="wrap_content"
|
|
244
|
+ android:gravity="top|center_horizontal"
|
|
245
|
+ android:text="@string/current_programme"
|
|
246
|
+ android:textAlignment="center"
|
|
247
|
+ android:textColor="@color/whited3"
|
|
248
|
+ android:textSize="16sp"
|
|
249
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
250
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
251
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
252
|
+ android:visibility="visible" />
|
|
253
|
+
|
|
254
|
+ <TextView
|
|
255
|
+ android:id="@+id/text_current_programme"
|
|
256
|
+ android:layout_width="0dp"
|
|
257
|
+ android:layout_height="wrap_content"
|
|
258
|
+ android:text=""
|
|
259
|
+ android:layout_marginStart="8sp"
|
|
260
|
+ android:layout_marginLeft="8sp"
|
|
261
|
+ android:gravity="start|center_horizontal"
|
|
262
|
+ android:textAlignment="textStart"
|
|
263
|
+ android:textColor="@color/whited"
|
|
264
|
+ android:textSize="16sp"
|
|
265
|
+ app:layout_constraintStart_toEndOf="@id/current_programme"
|
|
266
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
267
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
268
|
+ android:visibility="gone"
|
|
269
|
+ />
|
|
270
|
+
|
|
271
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
272
|
+ </ScrollView>
|
246
|
273
|
|
247
|
274
|
<androidx.constraintlayout.widget.Guideline
|
248
|
275
|
android:id="@+id/topInfoGuideline"
|