Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6a8d7de authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

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

* commit '37ba3ddd':
  Use Theme.DeviceDefault.Settings
parents 6e724cfb 37ba3ddd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>