We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a303f commit 1281ea8Copy full SHA for 1281ea8
1 file changed
app/src/main/res/layout-large-land/player.xml
@@ -563,6 +563,17 @@
563
android:tint="?attr/colorAccent"
564
app:srcCompat="@drawable/ic_shuffle"
565
tools:ignore="ContentDescription,RtlHardcoded" />
566
+
567
+ <androidx.appcompat.widget.AppCompatTextView
568
+ android:id="@+id/itemsListHeaderDuration"
569
+ style="@style/TextAppearance.AppCompat.Medium"
570
+ android:layout_width="wrap_content"
571
+ android:layout_height="wrap_content"
572
+ android:layout_centerVertical="true"
573
+ android:layout_toLeftOf="@id/itemsListClose"
574
+ android:layout_toRightOf="@id/shuffleButton"
575
+ android:gravity="center"
576
+ android:textColor="@android:color/white" />
577
</RelativeLayout>
578
579
<androidx.recyclerview.widget.RecyclerView
0 commit comments