ui: fix incorrect queue text style
Fix an accidental usage of Material3 text styles instead of Auxio. Left-over from the testing app I did for the new bottom sheets. Stuck around through some means.
This commit is contained in:
parent
daaa8d7f7e
commit
913db88fde
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
|||
android:layout_height="64dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/lbl_queue"
|
||||
android:textAppearance="@style/TextAppearance.Material3.LabelLarge"
|
||||
android:textAppearance="@style/TextAppearance.Auxio.LabelLarge"
|
||||
android:textColor="?attr/colorOnSurfaceVariant"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/handle"
|
||||
app:layout_constraintEnd_toEndOf="@+id/handle"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/lbl_queue"
|
||||
android:textAppearance="@style/TextAppearance.Material3.LabelLarge"
|
||||
android:textAppearance="@style/TextAppearance.Auxio.LabelLarge"
|
||||
android:textColor="?attr/colorOnSurfaceVariant"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/handle"
|
||||
app:layout_constraintEnd_toEndOf="@+id/handle"
|
||||
|
|
Loading…
Reference in a new issue