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/values/attrs.xml | |
| parent | 92e962f515e8da0c65c255d84e6d9e144381edde (diff) | |
update resources for ICS (externalize several more text color classes)
Diffstat (limited to 'res/values/attrs.xml')
| -rw-r--r-- | res/values/attrs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 630c361f..10b06a8f 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -13,4 +13,10 @@ <attr name="headlineSeparatorUnread" format="reference|color" />
<attr name="headlineSeparatorSelected" format="reference|color" />
<attr name="headlineSeparatorNormal" format="reference|color" />
+ <attr name="feedlistTextColor" format="reference|color" />
+ <attr name="feedlistSelectedTextColor" format="reference|color" />
+ <attr name="headlineTextColor" format="reference|color" />
+ <attr name="headlineSelectedTextColor" format="reference|color" />
+ <attr name="headlineExcerptTextColor" format="reference|color" />
+ <attr name="headlineSelectedExcerptTextColor" format="reference|color" />
</resources>
\ No newline at end of file |