summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/feeds_row_selected.xml8
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_compact_selected.xml (renamed from org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml)6
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml (renamed from org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml)5
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml (renamed from org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml)0
4 files changed, 7 insertions, 12 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 3e9255b5..c12c732d 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,8 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- app:cardBackgroundColor="?attr/colorSurfaceContainerHighest"
- android:backgroundTint="?colorSurfaceDim"
+ app:strokeWidth="0dp"
+ app:cardBackgroundColor="?colorTertiaryContainer"
android:layout_height="wrap_content">
<LinearLayout
@@ -28,7 +28,7 @@
android:layout_height="21dp"
android:layout_weight="0"
android:scaleType="fitXY"
- app:tint="?colorOnPrimaryContainer"
+ app:tint="?colorOnTertiaryContainer"
android:src="?ic_rss_box" />
<TextView
@@ -43,7 +43,7 @@
android:paddingEnd="16dp"
android:singleLine="true"
tools:text="Feed title"
- android:textColor="?colorPrimary"
+ android:textColor="?colorOnTertiaryContainer"
android:textSize="14sp" />
<TextView
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected.xml
index 9b7db471..6030df54 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected.xml
@@ -8,7 +8,8 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:background="?colorPrimaryContainer"
+ android:background="?colorTertiaryContainer"
+ android:textColor="?colorOnTertiaryContainer"
tools:ignore="HardcodedText" >
<FrameLayout
@@ -50,7 +51,6 @@
android:maxLines="2"
android:ellipsize="end"
tools:text="Sample entry title"
- android:textColor="?colorOnPrimaryContainer"
android:textSize="18sp"
android:layout_span="2" />
@@ -62,7 +62,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:text="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
- android:textColor="?colorOnPrimaryContainer"
android:textSize="13sp"
android:layout_span="2"
android:paddingTop="4dp" />
@@ -82,7 +81,6 @@
android:singleLine="true"
tools:text="Example Feed"
android:textAlignment="viewStart"
- android:textColor="?colorOnPrimaryContainer"
android:textSize="12sp"
android:layout_weight="0.5"
android:paddingTop="4dp" />
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml
index 7d083908..0d8d930d 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml
@@ -8,7 +8,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:background="?colorPrimaryContainer"
+ android:background="?colorTertiaryContainer"
tools:ignore="HardcodedText" >
<FrameLayout
@@ -48,7 +48,6 @@
android:maxLines="2"
android:ellipsize="end"
tools:text="Sample entry title"
- android:textColor="?colorOnPrimaryContainer"
android:textStyle="bold"
android:textSize="18sp"
android:layout_span="2" />
@@ -61,7 +60,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:text="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
- android:textColor="?colorOnPrimaryContainer"
android:textSize="13sp"
android:layout_span="2"
android:paddingTop="4dp" />
@@ -81,7 +79,6 @@
android:singleLine="true"
tools:text="Example Feed"
android:textAlignment="viewStart"
- android:textColor="?colorOnPrimaryContainer"
android:textSize="12sp"
android:layout_weight="0.5"
android:paddingTop="4dp" />
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml
index 222d19d1..222d19d1 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml