summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 17:40:29 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 17:40:29 +0400
commit16fda5c5ae839c51debb882f4d3c24d276393f3b (patch)
treec3880f19bce93f344ca195fc83da83f4d6c502d9 /res
parentfbb131fa0c4665d63375173a3d4b810b755e6d14 (diff)
remove hardcoded gray from headline rows layout
properly deselect active article in headlines when closing article panel
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/headlines_row.xml2
-rw-r--r--res/layout-port/headlines_row_selected.xml4
-rw-r--r--res/layout-port/headlines_row_unread.xml2
-rw-r--r--res/layout-xlarge-port/headlines_row_selected.xml2
-rw-r--r--res/layout-xlarge/headlines_row.xml2
-rw-r--r--res/layout-xlarge/headlines_row_selected.xml2
-rw-r--r--res/layout-xlarge/headlines_row_unread.xml2
-rw-r--r--res/layout/headlines_row.xml2
-rw-r--r--res/layout/headlines_row_selected.xml4
-rw-r--r--res/layout/headlines_row_unread.xml2
10 files changed, 12 insertions, 12 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 85710827..106c659e 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -68,7 +68,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Jan 01, 00:00"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="11sp" />
<TextView
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index 8ee02bb2..7f669957 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -68,7 +68,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Jan 01, 00:00"
- android:textColor="#909090"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="11sp" />
<TextView
@@ -80,7 +80,7 @@
android:gravity="right"
android:singleLine="true"
android:text="{Feed title...}"
- android:textColor="?headlineExcerptTextColor"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="11sp" />
<ImageView
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index 46b28538..98dc6248 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -68,7 +68,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Jan 01, 00:00"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="11sp" />
<TextView
diff --git a/res/layout-xlarge-port/headlines_row_selected.xml b/res/layout-xlarge-port/headlines_row_selected.xml
index 3e476437..7e89eb7a 100644
--- a/res/layout-xlarge-port/headlines_row_selected.xml
+++ b/res/layout-xlarge-port/headlines_row_selected.xml
@@ -63,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Jan 01"
- android:textColor="#909090"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" >
</TextView>
diff --git a/res/layout-xlarge/headlines_row.xml b/res/layout-xlarge/headlines_row.xml
index 9a311ef9..6b46d81d 100644
--- a/res/layout-xlarge/headlines_row.xml
+++ b/res/layout-xlarge/headlines_row.xml
@@ -64,7 +64,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Jan 01"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
diff --git a/res/layout-xlarge/headlines_row_selected.xml b/res/layout-xlarge/headlines_row_selected.xml
index 80dfaac2..66343703 100644
--- a/res/layout-xlarge/headlines_row_selected.xml
+++ b/res/layout-xlarge/headlines_row_selected.xml
@@ -63,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Jan 01"
- android:textColor="#909090"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" >
</TextView>
diff --git a/res/layout-xlarge/headlines_row_unread.xml b/res/layout-xlarge/headlines_row_unread.xml
index 23f648a2..3e66e6ed 100644
--- a/res/layout-xlarge/headlines_row_unread.xml
+++ b/res/layout-xlarge/headlines_row_unread.xml
@@ -63,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Jan 01"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index b338d3a3..b028eeb0 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -76,7 +76,7 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="Jan 01"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="10sp" >
</TextView>
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 4edae560..e18f866e 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -66,7 +66,7 @@
android:gravity="center_horizontal|right"
android:singleLine="true"
android:text="{Feed title...}"
- android:textColor="?headlineExcerptTextColor"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="10sp" />
<TextView
@@ -75,7 +75,7 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="Jan 01"
- android:textColor="#909090"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="10sp" >
</TextView>
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 36cb4706..33d50dfa 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -75,7 +75,7 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="Jan 01"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="10sp" >
</TextView>