From c216a1c314e909896ef467fbf384ba687273f04e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 May 2025 10:40:49 +0300 Subject: set feeds row selected card to filled mode --- org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> -- cgit v1.2.3-54-g00ecf