From a4d12ab2d3274e657a9ee375bce2e533a595aa45 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Wed, 27 Aug 2014 10:19:26 -0400 Subject: [PATCH] Changing style of actionbar in settings Necessary change in order to use actionbar overlay for full screen --- AndroidManifest.xml | 6 +-- res/values/styles.xml | 111 ++++++++++++++++++++++++------------------ 2 files changed, 66 insertions(+), 51 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cc81ba9..68e4cb6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -107,7 +107,7 @@ android:name="acr.browser.lightning.SettingsActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/settings" - android:theme="@style/LightTheme" > + android:theme="@style/DefaultTheme" > @@ -118,7 +118,7 @@ android:name="acr.browser.lightning.AdvancedSettingsActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/advanced" - android:theme="@style/LightTheme" > + android:theme="@style/DefaultTheme" > @@ -143,7 +143,7 @@ android:name="acr.browser.lightning.LicenseActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/licenses" - android:theme="@style/LightTheme" > + android:theme="@style/DefaultTheme" > diff --git a/res/values/styles.xml b/res/values/styles.xml index 265d017..538aeb4 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,49 +1,64 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file