summaryrefslogtreecommitdiff
path: root/res/values-v11/style.xml
diff options
context:
space:
mode:
authorjan_bar <[email protected]>2013-04-24 15:48:44 +0200
committerjan_bar <[email protected]>2013-04-24 15:48:44 +0200
commit3bdb6e86afb68ccebe9aa7fe3126a3d9152d584b (patch)
treeb0e0fa9dc492757ce3e005cdbc8abdf14225ef86 /res/values-v11/style.xml
parentf9889788fced67fe3c849eda7d40f460090e2020 (diff)
Support score in online and offline mode
Bump database version Fixed bug in database drop order
Diffstat (limited to 'res/values-v11/style.xml')
-rw-r--r--res/values-v11/style.xml2
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>