diff --git a/commons/AndroidManifest.xml b/commons/AndroidManifest.xml index 9662e0cd8..dfbbe4b4a 100644 --- a/commons/AndroidManifest.xml +++ b/commons/AndroidManifest.xml @@ -19,7 +19,7 @@ android:name=".CommonsApplication" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/Theme.Commons" > + android:theme="@style/AppTheme" > diff --git a/commons/res/values-v14/styles.xml b/commons/res/values-v14/styles.xml index d34c32769..b2d5c7f03 100644 --- a/commons/res/values-v14/styles.xml +++ b/commons/res/values-v14/styles.xml @@ -1,7 +1,5 @@ - - - - - - \ No newline at end of file