aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-06 16:53:57 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-06 16:53:57 +0300
commit3546500269f5c99ba63ca2c3edb6b168d31f4761 (patch)
tree2214eb2a04fe6ffe670a5aae9a395f3d6b10daa7 /org.fox.ttrss/src/main/res/layout
parentdca0b1c5955003a4a3183a3b03a45dc982b0f453 (diff)
further color tweaks for dark mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_article.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml4
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml2
6 files changed, 8 insertions, 6 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
index 32846c0d..8bc80d28 100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
@@ -129,7 +129,7 @@
android:textAlignment="viewEnd"
android:fontFamily="sans-serif-light"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?colorPrimary"
+ android:textColor="?colorSecondary"
android:textSize="12sp" />
</LinearLayout>
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 045590ef..89302cfb 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -128,7 +128,7 @@
android:textAlignment="viewEnd"
android:singleLine="true"
tools:text="Jan 01, 12:00, 1970"
- android:textColor="?colorPrimary"
+ android:textColor="?colorSecondary"
android:textSize="12sp" />
</LinearLayout>
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_selected_compact.xml
index 84e24736..9b7db471 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml
@@ -107,7 +107,7 @@
android:ellipsize="none"
android:layout_weight="1"
tools:text="Jan 01"
- android:textColor="?colorPrimary"
+ android:textColor="?colorSecondary"
android:textSize="12sp"
/>
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_selected_unread_compact.xml
index 1de5e99c..5daace2a 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_selected_unread_compact.xml
@@ -106,7 +106,7 @@
android:ellipsize="none"
android:layout_weight="1"
tools:text="Jan 01"
- android:textColor="?colorPrimary"
+ android:textColor="?colorSecondary"
android:textSize="12sp"
/>
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index d63f6a90..ffeadb7a 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -94,6 +94,7 @@
android:paddingBottom="8dp"
android:singleLine="false"
android:textSize="18sp"
+ android:textColor="?colorOnSurface"
android:textStyle="bold"
tools:text="Sample entry title" />
@@ -129,7 +130,7 @@
android:textAlignment="viewEnd"
android:singleLine="true"
tools:text="Jan 01, 12:00, 1970"
- android:textColor="?colorPrimary"
+ android:textColor="?colorSecondary"
android:textSize="12sp" />
</LinearLayout>
@@ -188,6 +189,7 @@
android:maxLines="5"
android:padding="16dp"
tools:text="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
+ android:textColor="?colorOnSurface"
android:textSize="13sp" />
</TableRow>
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_unread_compact.xml
index dc829710..d4e274f2 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
@@ -101,7 +101,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-light"
- android:textColor="?colorPrimary"
+ android:textColor="?colorSecondary"
android:singleLine="true"
android:ellipsize="none"
android:layout_weight="1"