From 79a1726c7170f3d556441d358025f22a9e84116f Mon Sep 17 00:00:00 2001 From: serso Date: Sat, 30 May 2015 16:09:08 +0200 Subject: [PATCH] Fixed java.lang.IllegalArgumentException: AppCompat does not support the current theme features crash --- android-app/src/main/res/values/theme.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android-app/src/main/res/values/theme.xml b/android-app/src/main/res/values/theme.xml index 1615eb30..60264671 100644 --- a/android-app/src/main/res/values/theme.xml +++ b/android-app/src/main/res/values/theme.xml @@ -54,9 +54,11 @@ @color/cpp_material_accent @color/cpp_status_bar + false false @android:color/transparent false + false false @color/cpp_main_bg @@ -96,9 +98,11 @@ @color/cpp_material_light @color/cpp_status_bar_light + false false @android:color/transparent false + false false @color/cpp_main_bg_light @@ -109,6 +113,7 @@