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

Commit a55c6014 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Use Theme.DeviceDefault.Settings

Bug: 13888366
Change-Id: Ib0bc35462f453438b295f8d4e1bc919ef709bf99
parent 3a41528c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>