From 498f2b298a7c1e8cfd127af8c5a9201e3e474561 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2015 21:23:46 +0300 Subject: the never ending headline display dimen/margin tweaks --- org.fox.ttrss/src/main/res/layout/headlines_row.xml | 2 +- org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml | 6 +++--- .../src/main/res/layout/headlines_row_selected_compact.xml | 6 +++--- .../src/main/res/layout/headlines_row_selected_unread_compact.xml | 6 +++--- org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml | 2 +- org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml | 6 +++--- org.fox.ttrss/src/main/res/values/style.xml | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) (limited to 'org.fox.ttrss') 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 728c21c4..7a490dd8 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -11,7 +11,7 @@ diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml index 9d927733..694afc64 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/headlines_row" - android:padding="8dp" + android:padding="@dimen/activity_horizontal_margin" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" @@ -59,7 +59,7 @@ android:textColor="?headlineExcerptTextColor" android:textSize="13sp" android:layout_span="2" - android:paddingTop="8dp" /> + android:paddingTop="4dp" /> + android:paddingTop="4dp" /> 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 e05b4bf9..ecf4930a 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 @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/headlines_row" - android:padding="8dp" + android:padding="@dimen/activity_horizontal_margin" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" @@ -59,7 +59,7 @@ android:textColor="?headlineSelectedExcerptTextColor" android:textSize="13sp" android:layout_span="2" - android:paddingTop="8dp" /> + android:paddingTop="4dp" /> + 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_selected_unread_compact.xml index 27bfe9be..a2c37ba6 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 @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/headlines_row" - android:padding="8dp" + android:padding="@dimen/activity_horizontal_margin" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" @@ -60,7 +60,7 @@ android:textColor="?headlineSelectedExcerptTextColor" android:textSize="13sp" android:layout_span="2" - android:paddingTop="8dp" /> + android:paddingTop="4dp" /> + android:paddingTop="4dp" /> 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 fb061693..98195aab 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 @@ -11,7 +11,7 @@ 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 5a07f81a..a9c546e6 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 @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/headlines_row" - android:padding="8dp" + android:padding="@dimen/activity_horizontal_margin" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" @@ -60,7 +60,7 @@ android:textColor="?headlineExcerptTextColor" android:textSize="13sp" android:layout_span="2" - android:paddingTop="8dp" /> + android:paddingTop="4dp" /> + android:paddingTop="4dp" /> diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml index e158a99d..5b57e6cd 100755 --- a/org.fox.ttrss/src/main/res/values/style.xml +++ b/org.fox.ttrss/src/main/res/values/style.xml @@ -93,9 +93,9 @@ @android:color/secondary_text_dark #909090 #00FF00 - @android:color/secondary_text_light + @android:color/secondary_text_dark ?headlineSelectedExcerptTextColor - #88b0f0 + ?feedsSelectedBackground #383c42 ?colorPrimary @android:color/black -- cgit v1.2.3