Fix White text in Play Queue in Light Theme, remove shade
This commit is contained in:
parent
5d8b3c272e
commit
8622d777e0
7 changed files with 13 additions and 8 deletions
|
|
@ -42,7 +42,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:textAppearance="@style/ItemStreamSegmentTitle"
|
||||
android:textAppearance="@style/PlayQueueItemTitle"
|
||||
android:textSize="@dimen/video_item_search_title_text_size"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="2dp"
|
||||
android:textAppearance="@style/ItemStreamSegmentSubtitle"
|
||||
android:textAppearance="@style/PlayQueueItemSubtitle"
|
||||
android:textSize="@dimen/video_item_search_upload_date_text_size"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/textViewTitle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue