From 0ca0984ff20316298ba87ce200e888df2991611c Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 1 Jul 2014 22:36:16 +0200 Subject: Fix light coordinates popup screen, HOLO is API 11+, not API 14+ --- main/res/values-v11/themes.xml | 22 +++++++++++++++ main/res/values-v14/themes.xml | 11 -------- main/res/values/themes.xml | 33 ++++++++++++++++------ .../ui/dialog/CoordinatesInputDialog.java | 5 ++++ 4 files changed, 52 insertions(+), 19 deletions(-) create mode 100644 main/res/values-v11/themes.xml delete mode 100644 main/res/values-v14/themes.xml (limited to 'main') diff --git a/main/res/values-v11/themes.xml b/main/res/values-v11/themes.xml new file mode 100644 index 0000000..585f669 --- /dev/null +++ b/main/res/values-v11/themes.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/main/res/values-v14/themes.xml b/main/res/values-v14/themes.xml deleted file mode 100644 index 022e72b..0000000 --- a/main/res/values-v14/themes.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/main/res/values/themes.xml b/main/res/values/themes.xml index 9445a03..749cd48 100644 --- a/main/res/values/themes.xml +++ b/main/res/values/themes.xml @@ -49,18 +49,16 @@ @@ -74,25 +72,45 @@ @style/button @style/edittext @null + @style/cgeo.ActionBarStyle.Light.Inverse @color/just_black @color/link @color/button_enabled @color/button_disabled + + + + + + + +