summaryrefslogtreecommitdiff
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-12 18:35:40 +0400
committerAndrew Dolgov <[email protected]>2013-05-12 18:38:28 +0400
commitc396ab425878bb2e7c5195d739b070377cb6aa1e (patch)
tree01e670149d58ba221f9f3543aad73b7ffa7829df /res/values/attrs.xml
parentc84a1100b01fda8d30aa80adb3f267aff306d535 (diff)
update all headline views (remove unnecessary variants), add separate
color for secondary headline text
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 0338016e..c985776b 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -17,8 +17,10 @@
<attr name="feedlistSelectedTextColor" format="reference|color" />
<attr name="headlineTextColor" format="reference|color" />
<attr name="headlineUnreadTextColor" format="reference|color" />
- <attr name="headlineSelectedTextColor" format="reference|color" />
+ <attr name="headlineSelectedTextColor" format="reference|color" />
<attr name="headlineExcerptTextColor" format="reference|color" />
+ <attr name="headlineSecondaryTextColor" format="reference|color" />
+ <attr name="headlineSelectedSecondaryTextColor" format="reference|color" />
<attr name="headlineSelectedExcerptTextColor" format="reference|color" />
<attr name="headlineTitleHighScoreUnreadTextColor" format="reference|color" />
<attr name="linkColor" format="reference|color" />