mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Fix: Two-tone color due to card elevation
This commit is contained in:
parent
764acb3665
commit
3f78c94ab7
@ -42,7 +42,8 @@
|
|||||||
android:layout_gravity="bottom|end"
|
android:layout_gravity="bottom|end"
|
||||||
android:layout_margin="5dp"
|
android:layout_margin="5dp"
|
||||||
app:cardBackgroundColor="@color/duration_background_color"
|
app:cardBackgroundColor="@color/duration_background_color"
|
||||||
app:cardCornerRadius="8dp">
|
app:cardCornerRadius="8dp"
|
||||||
|
app:cardElevation="0dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/playlist_duration"
|
android:id="@+id/playlist_duration"
|
||||||
|
@ -32,7 +32,8 @@
|
|||||||
android:layout_gravity="bottom|end"
|
android:layout_gravity="bottom|end"
|
||||||
android:layout_margin="5dp"
|
android:layout_margin="5dp"
|
||||||
app:cardBackgroundColor="@color/duration_background_color"
|
app:cardBackgroundColor="@color/duration_background_color"
|
||||||
app:cardCornerRadius="8dp">
|
app:cardCornerRadius="8dp"
|
||||||
|
app:cardElevation="0dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/thumbnail_duration"
|
android:id="@+id/thumbnail_duration"
|
||||||
|
@ -41,7 +41,8 @@
|
|||||||
android:layout_gravity="bottom|end"
|
android:layout_gravity="bottom|end"
|
||||||
android:layout_margin="5dp"
|
android:layout_margin="5dp"
|
||||||
app:cardBackgroundColor="@color/duration_background_color"
|
app:cardBackgroundColor="@color/duration_background_color"
|
||||||
app:cardCornerRadius="8dp">
|
app:cardCornerRadius="8dp"
|
||||||
|
app:cardElevation="0dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/channel_duration"
|
android:id="@+id/channel_duration"
|
||||||
|
@ -42,7 +42,8 @@
|
|||||||
android:layout_marginEnd="5dp"
|
android:layout_marginEnd="5dp"
|
||||||
android:layout_marginBottom="3dp"
|
android:layout_marginBottom="3dp"
|
||||||
app:cardBackgroundColor="@color/duration_background_color"
|
app:cardBackgroundColor="@color/duration_background_color"
|
||||||
app:cardCornerRadius="8dp">
|
app:cardCornerRadius="8dp"
|
||||||
|
app:cardElevation="0dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/search_thumbnail_duration"
|
android:id="@+id/search_thumbnail_duration"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user