Use Theme.DeviceDefault.Settings

Bug: 13888366
Change-Id: Ib0bc35462f453438b295f8d4e1bc919ef709bf99
This commit is contained in:
Tadashi G. Takaoka 2014-08-01 16:08:29 +09:00
parent 3a41528cbe
commit a55c601493

View File

@ -20,6 +20,6 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="platformActivityTheme" parent="@android:style/Theme.DeviceDefault.Light" />
<style name="platformSettingsTheme" parent="@android:style/Theme.DeviceDefault.Light" />
<style name="platformSettingsTheme" parent="@android:style/Theme.DeviceDefault.Settings" />
<style name="platformDialogTheme" parent="@android:style/Theme.DeviceDefault.Light.Dialog" />
</resources>