Merge "Use Theme.DeviceDefault.Settings"
This commit is contained in:
commit
37ba3ddd54
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue