Skip to content

Commit 1281ea8

Browse files
litetexB0pol
authored andcommitted
Added itemsListHeaderDuration to large-hand player
1 parent 30a303f commit 1281ea8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

app/src/main/res/layout-large-land/player.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,17 @@
563563
android:tint="?attr/colorAccent"
564564
app:srcCompat="@drawable/ic_shuffle"
565565
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" />
566577
</RelativeLayout>
567578

568579
<androidx.recyclerview.widget.RecyclerView

0 commit comments

Comments
 (0)