diff options
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml index 50771e60..7cad355d 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - app:cardElevation="0dp" + app:cardBackgroundColor="?attr/colorSurfaceContainerHighest" android:backgroundTint="?colorSurfaceDim" android:layout_height="wrap_content"> |