diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res')
4 files changed, 1 insertions, 4 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 f71ab5cc..ea244873 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -26,7 +26,7 @@ app:layout_scrollFlags="scroll|enterAlways" android:paddingTop="0dp" android:paddingStart="16dp" - android:paddingEnd="0dp" + android:paddingEnd="8dp" android:paddingBottom="8dp" android:id="@+id/article_header" android:layout_width="match_parent" diff --git a/org.fox.ttrss/src/main/res/values-night/themes.xml b/org.fox.ttrss/src/main/res/values-night/themes.xml index e5f738e1..a84ed131 100644 --- a/org.fox.ttrss/src/main/res/values-night/themes.xml +++ b/org.fox.ttrss/src/main/res/values-night/themes.xml @@ -29,7 +29,6 @@ <item name="feedlistTextColor">@android:color/white</item> <item name="headlineTitleHighScoreUnreadTextColor">#00FF00</item> <item name="headlineHeaderBackground">#99000000</item> - <item name="linkColor">#2d92c8</item> <item name="articleNoteTextColor">#bebebe</item> <item name="articleNoteBackground">#303030</item> <item name="parentBtnBackground">#101010</item> diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml index d0886639..f5fac361 100755 --- a/org.fox.ttrss/src/main/res/values/attrs.xml +++ b/org.fox.ttrss/src/main/res/values/attrs.xml @@ -5,7 +5,6 @@ <attr name="feedlistSelectedTextColor" format="reference|color" /> <attr name="headlineHeaderBackground" format="reference|color" /> <attr name="headlineTitleHighScoreUnreadTextColor" format="reference|color" /> - <attr name="linkColor" format="reference|color" /> <attr name="articleNoteBackground" format="reference|color" /> <attr name="articleNoteTextColor" format="reference|color" /> <attr name="parentBtnBackground" format="reference|color" /> diff --git a/org.fox.ttrss/src/main/res/values/themes.xml b/org.fox.ttrss/src/main/res/values/themes.xml index 54613ad9..1e348393 100644 --- a/org.fox.ttrss/src/main/res/values/themes.xml +++ b/org.fox.ttrss/src/main/res/values/themes.xml @@ -28,7 +28,6 @@ <item name="feedlistTextColor">@android:color/black</item> <item name="feedlistSelectedTextColor">@android:color/black</item> <item name="headlineTitleHighScoreUnreadTextColor">#008000</item> - <item name="linkColor">?colorPrimary</item> <item name="articleNoteTextColor">#9a8c59</item> <item name="articleNoteBackground">#fff7d5</item> <item name="parentBtnBackground">#dddddd</item> |