From b6fd4d0113b9988c2b40b9049d213ae26368b818 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 23 Oct 2014 14:00:32 +0300 Subject: [PATCH] Use the same AppCompat theme on all API levels (fixes #172). Also, I accidently deleted res/values-11/ and res/values-21/ in 443c8e9. Stupid me. --- src/main/AndroidManifest.xml | 2 +- src/main/res/values/style.xml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 src/main/res/values/style.xml diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 42cf6d84..26d76cfb 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ android:allowBackup="false" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/AppTheme" + android:theme="@style/Theme.AppCompat.Light.DarkActionBar" android:description="@string/app_description"> - -