diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-11-24 13:01:51 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-11-24 13:01:51 +0300 |
| commit | e9c02c8eca9079c57af6a9c941b50ab11259e3cd (patch) | |
| tree | d0327dabdb83dbcaf5b3f2c394734c0f1dc78aed /res/values/attrs.xml | |
| parent | d7dfd661ce86a6db4eac472a365ce0437c24ea0a (diff) | |
draw separate views for active/unread/normal headlines and feeds
Diffstat (limited to 'res/values/attrs.xml')
| -rw-r--r-- | res/values/attrs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 76647f0e..9a6bbea0 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -6,4 +6,6 @@ <attr name="headlinesBackground" format="reference|color" />
<attr name="articleHeader" format="reference|color" />
<attr name="articleDivider" format="reference|color" />
+ <attr name="headlinesSelectedBackground" format="reference|color" />
+ <attr name="feedsSelectedBackground" format="reference|color" />
</resources>
\ No newline at end of file |