am 37ba3ddd: Merge "Use Theme.DeviceDefault.Settings"
* commit '37ba3ddd542274819abfc024529ffbcd8f2e1790': Use Theme.DeviceDefault.Settingsmain
commit
f6a8d7decd
|
@ -20,6 +20,6 @@
|
||||||
|
|
||||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<style name="platformActivityTheme" parent="@android:style/Theme.DeviceDefault.Light" />
|
<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" />
|
<style name="platformDialogTheme" parent="@android:style/Theme.DeviceDefault.Light.Dialog" />
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue