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-v11/style.xml | 2 ++ res/values-v15/style.xml | 2 ++ res/values/attrs.xml | 1 + res/values/style.xml | 2 ++ 4 files changed, 7 insertions(+) (limited to 'res') 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 @@ #ffffff #909090 @android:color/secondary_text_light + #008000 #30B0E0 @android:color/white @@ -61,6 +62,7 @@ @android:color/white @android:color/secondary_text_dark @android:color/black + #00FF00 @color/ics_cyan @android:color/black 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 @@ #ffffff #909090 @android:color/secondary_text_light + #008000 #30B0E0 @android:color/white @@ -65,6 +66,7 @@ @android:color/white @android:color/secondary_text_dark @android:color/black + #00FF00 @color/ics_cyan @android:color/black 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