aboutsummaryrefslogtreecommitdiff
path: root/res/values-v15
diff options
context:
space:
mode:
authorjan_bar <jan_bar@ITBARES.prague.wood.cz>2013-04-24 15:48:44 +0200
committerjan_bar <jan_bar@ITBARES.prague.wood.cz>2013-04-24 15:48:44 +0200
commit3bdb6e86afb68ccebe9aa7fe3126a3d9152d584b (patch)
treeb0e0fa9dc492757ce3e005cdbc8abdf14225ef86 /res/values-v15
parentf9889788fced67fe3c849eda7d40f460090e2020 (diff)
Support score in online and offline mode
Bump database version Fixed bug in database drop order
Diffstat (limited to 'res/values-v15')
-rw-r--r--res/values-v15/style.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-v15/style.xml b/res/values-v15/style.xml
index c51b1844..9d331377 100644
--- a/res/values-v15/style.xml
+++ b/res/values-v15/style.xml
@@ -20,6 +20,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>
@@ -65,6 +66,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>