diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-01-17 14:16:59 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-01-17 14:16:59 +0300 |
| commit | 5e2075ee87d65afe013c567207cf3beb96e14441 (patch) | |
| tree | f70c8efd223705d09cb5119df8c7ecae9c251cf1 /res/layout-port | |
| parent | 92e962f515e8da0c65c255d84e6d9e144381edde (diff) | |
update resources for ICS (externalize several more text color classes)
Diffstat (limited to 'res/layout-port')
| -rw-r--r-- | res/layout-port/headlines_row.xml | 3 | ||||
| -rw-r--r-- | res/layout-port/headlines_row_selected.xml | 3 | ||||
| -rw-r--r-- | res/layout-port/headlines_row_unread.xml | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml index 833a1397..23d144bd 100644 --- a/res/layout-port/headlines_row.xml +++ b/res/layout-port/headlines_row.xml @@ -32,6 +32,7 @@ android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
+ android:textColor="?headlineTextColor"
android:text="There are many variations of passages of Lorem Ipsum available"
android:textSize="16sp" />
@@ -48,7 +49,7 @@ android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
</LinearLayout>
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml index abdb188b..b4622d6a 100644 --- a/res/layout-port/headlines_row_selected.xml +++ b/res/layout-port/headlines_row_selected.xml @@ -33,6 +33,7 @@ android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
+ android:textColor="?headlineSelectedTextColor"
android:text="There are many variations of passages of Lorem Ipsum available"
android:textSize="16sp" />
@@ -49,7 +50,7 @@ android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
- android:textColor="#909090"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" />
</LinearLayout>
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml index 6510535c..c485d84b 100644 --- a/res/layout-port/headlines_row_unread.xml +++ b/res/layout-port/headlines_row_unread.xml @@ -33,6 +33,7 @@ android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
+ android:textColor="?headlineTextColor"
android:text="There are many variations of passages of Lorem Ipsum available"
android:textSize="16sp" />
@@ -49,7 +50,7 @@ android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
</LinearLayout>
|