From 3bdb6e86afb68ccebe9aa7fe3126a3d9152d584b Mon Sep 17 00:00:00 2001 From: jan_bar Date: Wed, 24 Apr 2013 15:48:44 +0200 Subject: Support score in online and offline mode Bump database version Fixed bug in database drop order --- res/values/attrs.xml | 1 + res/values/style.xml | 2 ++ 2 files changed, 3 insertions(+) (limited to 'res/values') diff --git a/res/values/attrs.xml b/res/values/attrs.xml index b9d12e12..0338016e 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -20,6 +20,7 @@ + \ No newline at end of file diff --git a/res/values/style.xml b/res/values/style.xml index 3d9afd07..21a3edaa 100644 --- a/res/values/style.xml +++ b/res/values/style.xml @@ -21,6 +21,7 @@ @android:color/primary_text_light @android:color/secondary_text_light @android:color/secondary_text_light + #008000 #5858F8 @android:color/white @@ -61,6 +62,7 @@ @android:color/black @android:color/secondary_text_dark @android:color/black + #00FF00 #5858F8 @android:color/black -- cgit v1.2.3-54-g00ecf