diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 16:34:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 16:34:40 +0300 |
| commit | dca0b1c5955003a4a3183a3b03a45dc982b0f453 (patch) | |
| tree | 4b4672b7abef383959320444dd6e3e8e99da9fa3 /org.fox.ttrss/src/main/res/layout/fragment_article.xml | |
| parent | f1b36d0733c1616b6aad8da8c8c5da2de89ccabf (diff) | |
drop several more custom color attrs
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_article.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 11 |
1 files changed, 4 insertions, 7 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 5e8e98a8..32846c0d 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -37,14 +37,12 @@ <TextView android:id="@+id/title" - android:background="@drawable/ripple" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:layout_marginEnd="8dp" android:textAlignment="viewStart" tools:text="Unreasonably long article title blah blah blah blah blah blah" - android:textColor="?articleHeaderTextColor" android:textSize="16sp" android:gravity="start" /> @@ -86,7 +84,7 @@ android:layout_weight="1" android:fontFamily="sans-serif-light" android:paddingTop="8dp" - android:textColor="?headlineSecondaryTextColor" + android:textColor="?colorSecondary" android:textSize="12sp" /> <TextView @@ -99,7 +97,7 @@ android:layout_weight="1" android:fontFamily="sans-serif-light" android:paddingTop="8dp" - android:textColor="?headlineSecondaryTextColor" + android:textColor="?colorSecondary" android:textSize="12sp" android:visibility="gone"/> @@ -119,7 +117,7 @@ android:textAlignment="viewStart" android:singleLine="true" android:fontFamily="sans-serif-light" - android:textColor="?headlineSecondaryTextColor" + android:textColor="?colorSecondary" android:textSize="12sp" /> <TextView @@ -128,11 +126,10 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="0.3" - android:gravity="" android:textAlignment="viewEnd" android:fontFamily="sans-serif-light" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?headlineSecondaryTextColor" + android:textColor="?colorPrimary" android:textSize="12sp" /> </LinearLayout> |