summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-17 14:16:59 +0300
committerAndrew Dolgov <[email protected]>2012-01-17 14:16:59 +0300
commit5e2075ee87d65afe013c567207cf3beb96e14441 (patch)
treef70c8efd223705d09cb5119df8c7ecae9c251cf1 /res/layout
parent92e962f515e8da0c65c255d84e6d9e144381edde (diff)
update resources for ICS (externalize several more text color classes)
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeds_row.xml3
-rw-r--r--res/layout/feeds_row_selected.xml3
-rw-r--r--res/layout/headlines_row.xml3
-rw-r--r--res/layout/headlines_row_loadmore.xml1
-rw-r--r--res/layout/headlines_row_selected.xml3
-rw-r--r--res/layout/headlines_row_unread.xml3
6 files changed, 11 insertions, 5 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index b5fc8ce7..46f809a8 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -18,7 +18,8 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
- android:paddingLeft="6dip"
+ android:paddingLeft="6dip"
+ android:textColor="?feedlistTextColor"
android:text="{FEED}" android:layout_width="0dp" android:textSize="18dip"/>
<TextView
android:id="@+id/unread_counter"
diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml
index 4a1ba5f0..ea3a050a 100644
--- a/res/layout/feeds_row_selected.xml
+++ b/res/layout/feeds_row_selected.xml
@@ -20,7 +20,8 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
- android:paddingLeft="6dip"
+ android:paddingLeft="6dip"
+ android:textColor="?feedlistSelectedTextColor"
android:text="{FEED}" android:layout_width="0dp" android:textSize="18dip"/>
<TextView
android:id="@+id/unread_counter"
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 9b5832c9..cdd04d2c 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -44,6 +44,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="{Title...}"
+ android:textColor="?headlineTextColor"
android:textSize="16sp" >
</TextView>
@@ -52,7 +53,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="{Content excerpt...}"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
</LinearLayout>
diff --git a/res/layout/headlines_row_loadmore.xml b/res/layout/headlines_row_loadmore.xml
index 26e21ee5..472db87b 100644
--- a/res/layout/headlines_row_loadmore.xml
+++ b/res/layout/headlines_row_loadmore.xml
@@ -27,6 +27,7 @@
android:id="@+id/loadmore_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textColor="?headlineTextColor"
android:text="Loading, please wait..." />
</LinearLayout>
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 916e2634..c7ddedc3 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -42,6 +42,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="{Title...}"
+ android:textColor="?headlineSelectedTextColor"
android:textSize="16sp" >
</TextView>
@@ -50,7 +51,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="{Content excerpt...}"
- android:textColor="#909090"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" >
</TextView>
</LinearLayout>
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 84fcd33f..210e5fb3 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -42,6 +42,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="{Title...}"
+ android:textColor="?headlineTextColor"
android:textSize="16sp" >
</TextView>
@@ -50,7 +51,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="{Content excerpt...}"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
</LinearLayout>