diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-22 12:21:32 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-22 12:21:32 +0400 |
| commit | db782c04353a2462bdf6d3262d2edeb88402d371 (patch) | |
| tree | 62eb2f78ef01f10a89fa10f32cdefe85f6bafb84 /res/values/attrs.xml | |
| parent | 0c5f68c0793f325f18a2880a0794c6ae570db989 (diff) | |
layout/style update (add selection marker arrowheads)
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 706ea035..2fcfc738 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -7,9 +7,11 @@ <attr name="headlinesBackgroundSolid" format="reference|color" />
<attr name="articleBackground" format="reference|color" />
<attr name="headlineSelectedBackground" format="reference|color" />
+ <attr name="headlineSelectedBackgroundSolid" format="reference|color" />
<attr name="headlineUnreadBackground" format="reference|color" />
<attr name="headlineNormalBackground" format="reference|color" />
<attr name="feedsSelectedBackground" format="reference|color" />
+ <attr name="feedsSelectedBackgroundSolid" format="reference|color" />
<attr name="feedlistTextColor" format="reference|color" />
<attr name="feedlistSelectedTextColor" format="reference|color" />
<attr name="headlineTextColor" format="reference|color" />
|