Merge "Use Theme.DeviceDefault.Settings"

main
Tadashi G. Takaoka 2014-10-03 14:48:48 +00:00 committed by Android (Google) Code Review
commit 37ba3ddd54
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>