am 37ba3ddd: Merge "Use Theme.DeviceDefault.Settings"

* commit '37ba3ddd542274819abfc024529ffbcd8f2e1790':
  Use Theme.DeviceDefault.Settings
main
Tadashi G. Takaoka 2014-10-03 14:52:13 +00:00 committed by Android Git Automerger
commit f6a8d7decd
1 changed files with 1 additions and 1 deletions

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>