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-xlarge/headlines_row.xml | |
| parent | 92e962f515e8da0c65c255d84e6d9e144381edde (diff) | |
update resources for ICS (externalize several more text color classes)
Diffstat (limited to 'res/layout-xlarge/headlines_row.xml')
| -rw-r--r-- | res/layout-xlarge/headlines_row.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-xlarge/headlines_row.xml b/res/layout-xlarge/headlines_row.xml index 9b5832c9..ace43e40 100644 --- a/res/layout-xlarge/headlines_row.xml +++ b/res/layout-xlarge/headlines_row.xml @@ -43,6 +43,7 @@ android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
+ android:textColor="?headlineTextColor"
android:text="{Title...}"
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>
|