summaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-12 16:53:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-12 16:53:47 +0000
commitb0312debfdbf956e4787d1609b4b17df0c3a316d (patch)
tree3052f9f416b47c255862f764ee1069bbe4672666 /res/values/themes.xml
parent9bfee0555b002452a279f697edacc4ae0ce46306 (diff)
parentf54407933fd30c0838fcd89d9f4dafaf7af865be (diff)
downloadpackages_apps_Settings-b0312debfdbf956e4787d1609b4b17df0c3a316d.zip
packages_apps_Settings-b0312debfdbf956e4787d1609b4b17df0c3a316d.tar.gz
packages_apps_Settings-b0312debfdbf956e4787d1609b4b17df0c3a316d.tar.bz2
am f5440793: Merge "Fix bug #15558357 java.lang.RuntimeException: Unable to start activity ...ComponentInfo{com.android.settings/com.android.settings.wifi.WifiSetupActivity}" into lmp-preview-dev
* commit 'f54407933fd30c0838fcd89d9f4dafaf7af865be': Fix bug #15558357 java.lang.RuntimeException: Unable to start activity ...ComponentInfo{com.android.settings/com.android.settings.wifi.WifiSetupActivity}
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r--res/values/themes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 91685a2..9495224 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -30,6 +30,8 @@
<item name="ic_wps">@drawable/ic_wps_dark</item>
<item name="setup_divider_color">@color/setup_divider_color_dark</item>
<item name="wifi_signal">@drawable/wifi_signal_dark</item>
+ <item name="switchBarMarginStart">0dip</item>
+ <item name="switchBarMarginEnd">0dip</item>
</style>
<style name="SetupWizardWifiTheme.Light" parent="android:Theme.Material.Light.NoActionBar">
@@ -41,6 +43,8 @@
<item name="ic_wps">@drawable/ic_wps_light</item>
<item name="setup_divider_color">@color/setup_divider_color_light</item>
<item name="wifi_signal">@drawable/wifi_signal_light</item>
+ <item name="switchBarMarginStart">0dip</item>
+ <item name="switchBarMarginEnd">0dip</item>
</style>
<style name="Theme.WifiDialog" parent="@*android:style/Theme.Material.Dialog.Alert">