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

Commit 06844df8 authored by Mark Renouf's avatar Mark Renouf
Browse files

Assign Theme.DeviceDefault.Settings -> Theme.Micro for watches

This theme is explicitly referenced via a ContextThemeWrapper,
used in InputMethodManager when constructing the alert dialog for
showInputMethodPicker(). This theme does not seem to be referenced
elsewhere in the platform.

BUG: 24803707
Change-Id: I5a67ef6e4387620a9624d13e7d76ef6f4f1d2cd2
parent ebfc3623
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
    <style name="Theme.DeviceDefault.Light.Dialog" parent="Theme.Micro.Dialog" />
    <style name="Theme.DeviceDefault.Light.DialogWhenLarge" parent="Theme.Micro.Dialog" />
    <style name="Theme.DeviceDefault.Light.Dialog.Alert" parent="Theme.Micro.Dialog.Alert" />
    <style name="Theme.DeviceDefault.Settings" parent="Theme.Micro" />
    <style name="Theme.DeviceDefault.Wallpaper" parent="Theme.Micro" />

</resources>