|
@@ -189,7 +189,7 @@
|
189
|
189
|
android:id="@+id/text_song_artist_next"
|
190
|
190
|
android:layout_width="match_parent"
|
191
|
191
|
android:layout_height="wrap_content"
|
192
|
|
- android:gravity="bottom"
|
|
192
|
+ android:gravity="bottom|center_horizontal"
|
193
|
193
|
android:text=""
|
194
|
194
|
android:textAlignment="center"
|
195
|
195
|
android:textColor="@color/whited3"
|
|
@@ -202,7 +202,7 @@
|
202
|
202
|
android:id="@+id/text_song_title_next"
|
203
|
203
|
android:layout_width="match_parent"
|
204
|
204
|
android:layout_height="wrap_content"
|
205
|
|
- android:gravity="bottom"
|
|
205
|
+ android:gravity="bottom|center_horizontal"
|
206
|
206
|
android:text=""
|
207
|
207
|
android:textAlignment="center"
|
208
|
208
|
android:textColor="@color/whited"
|
|
@@ -294,7 +294,7 @@
|
294
|
294
|
android:id="@+id/text_song_title"
|
295
|
295
|
android:layout_width="match_parent"
|
296
|
296
|
android:layout_height="wrap_content"
|
297
|
|
- android:gravity="bottom"
|
|
297
|
+ android:gravity="bottom|center_horizontal"
|
298
|
298
|
android:text=""
|
299
|
299
|
android:textAlignment="center"
|
300
|
300
|
android:textColor="@color/whited"
|
|
@@ -306,7 +306,7 @@
|
306
|
306
|
android:id="@+id/text_song_artist"
|
307
|
307
|
android:layout_width="match_parent"
|
308
|
308
|
android:layout_height="wrap_content"
|
309
|
|
- android:gravity="bottom"
|
|
309
|
+ android:gravity="bottom|center_horizontal"
|
310
|
310
|
android:text=""
|
311
|
311
|
android:textAlignment="center"
|
312
|
312
|
android:textColor="@color/whited3"
|