|
@@ -195,7 +195,7 @@
|
195
|
195
|
android:id="@+id/text_song_artist_next"
|
196
|
196
|
android:layout_width="match_parent"
|
197
|
197
|
android:layout_height="wrap_content"
|
198
|
|
- android:gravity="bottom"
|
|
198
|
+ android:gravity="bottom|center_horizontal"
|
199
|
199
|
android:text=""
|
200
|
200
|
android:textAlignment="center"
|
201
|
201
|
android:textColor="@color/whited3"
|
|
@@ -208,7 +208,7 @@
|
208
|
208
|
android:id="@+id/text_song_title_next"
|
209
|
209
|
android:layout_width="match_parent"
|
210
|
210
|
android:layout_height="wrap_content"
|
211
|
|
- android:gravity="bottom"
|
|
211
|
+ android:gravity="bottom|center_horizontal"
|
212
|
212
|
android:text=""
|
213
|
213
|
android:textAlignment="center"
|
214
|
214
|
android:textColor="@color/whited"
|
|
@@ -264,7 +264,7 @@
|
264
|
264
|
android:id="@+id/text_song_title"
|
265
|
265
|
android:layout_width="match_parent"
|
266
|
266
|
android:layout_height="wrap_content"
|
267
|
|
- android:gravity="bottom"
|
|
267
|
+ android:gravity="bottom|center_horizontal"
|
268
|
268
|
android:text=""
|
269
|
269
|
android:textAlignment="center"
|
270
|
270
|
android:textColor="@color/whited"
|
|
@@ -276,7 +276,7 @@
|
276
|
276
|
android:id="@+id/text_song_artist"
|
277
|
277
|
android:layout_width="match_parent"
|
278
|
278
|
android:layout_height="wrap_content"
|
279
|
|
- android:gravity="bottom"
|
|
279
|
+ android:gravity="bottom|center_horizontal"
|
280
|
280
|
android:text=""
|
281
|
281
|
android:textAlignment="center"
|
282
|
282
|
android:textColor="@color/whited3"
|