diff options
| author | Andrew Dolgov <fox+ttrss@fakecake.org> | 2013-04-26 01:37:55 -0700 |
|---|---|---|
| committer | Andrew Dolgov <fox+ttrss@fakecake.org> | 2013-04-26 01:37:55 -0700 |
| commit | 2bb0a6c44f778b19c70244f7c47457f7ecfa297c (patch) | |
| tree | 1f5b5dbc69839cc36b49a4b6d292becf2cb2fd8f /res/values-v11 | |
| parent | f9889788fced67fe3c849eda7d40f460090e2020 (diff) | |
| parent | a771ad16cfade4e1f7a7c693e316188a138d7d65 (diff) | |
Merge pull request #28 from janxbar/master
Support for score and other minor enhancements
Diffstat (limited to 'res/values-v11')
| -rw-r--r-- | res/values-v11/style.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-v11/style.xml b/res/values-v11/style.xml index 70a8c8fd..c4d8934f 100644 --- a/res/values-v11/style.xml +++ b/res/values-v11/style.xml @@ -21,6 +21,7 @@ <item name="headlineSelectedTextColor">#ffffff</item> <item name="headlineExcerptTextColor">#909090</item> <item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item> + <item name="headlineTitleHighScoreUnreadTextColor">#008000</item> <item name="linkColor">#30B0E0</item> <item name="loadingBackground">@android:color/white</item> </style> @@ -61,6 +62,7 @@ <item name="headlineSelectedTextColor">@android:color/white</item> <item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item> <item name="headlineSelectedExcerptTextColor">@android:color/black</item> + <item name="headlineTitleHighScoreUnreadTextColor">#00FF00</item> <item name="linkColor">@color/ics_cyan</item> <item name="loadingBackground">@android:color/black</item> </style> |