UI cleanup

This commit is contained in:
Mark Qvist 2023-10-26 21:44:26 +02:00
parent fbd2452c64
commit d599437ea3

View File

@ -58,28 +58,10 @@ MDNavigationLayout:
# _no_ripple_effect: True
IconLeftWidget:
icon: "email"
icon: "comment-text-multiple"
on_release: root.ids.screen_manager.app.conversations_action(self)
OneLineIconListItem:
text: "Announce Stream"
on_release: root.ids.screen_manager.app.announces_action(self)
IconLeftWidget:
icon: "account-voice"
on_release: root.ids.screen_manager.app.announces_action(self)
OneLineIconListItem:
text: "Local Broadcasts"
on_release: root.ids.screen_manager.app.broadcasts_action(self)
IconLeftWidget:
icon: "radio-tower"
on_release: root.ids.screen_manager.app.broadcasts_action(self)
OneLineIconListItem:
text: "Situation Map"
on_release: root.ids.screen_manager.app.map_action(self)
@ -98,6 +80,24 @@ MDNavigationLayout:
on_release: root.ids.screen_manager.app.telemetry_action(self)
OneLineIconListItem:
text: "Announce Stream"
on_release: root.ids.screen_manager.app.announces_action(self)
IconLeftWidget:
icon: "account-voice"
on_release: root.ids.screen_manager.app.announces_action(self)
OneLineIconListItem:
text: "Local Broadcasts"
on_release: root.ids.screen_manager.app.broadcasts_action(self)
IconLeftWidget:
icon: "radio-tower"
on_release: root.ids.screen_manager.app.broadcasts_action(self)
OneLineIconListItem:
text: "Preferences"
on_release: root.ids.screen_manager.app.settings_action(self)
@ -1180,7 +1180,7 @@ MDScreen:
height: dp(48)
MDLabel:
text: "Always send custom display style"
text: "Send display style to everyone"
font_style: "H6"
MDSwitch: