UI cleanup
This commit is contained in:
parent
fbd2452c64
commit
d599437ea3
|
@ -58,28 +58,10 @@ MDNavigationLayout:
|
||||||
# _no_ripple_effect: True
|
# _no_ripple_effect: True
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "email"
|
icon: "comment-text-multiple"
|
||||||
on_release: root.ids.screen_manager.app.conversations_action(self)
|
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:
|
OneLineIconListItem:
|
||||||
text: "Situation Map"
|
text: "Situation Map"
|
||||||
on_release: root.ids.screen_manager.app.map_action(self)
|
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)
|
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:
|
OneLineIconListItem:
|
||||||
text: "Preferences"
|
text: "Preferences"
|
||||||
on_release: root.ids.screen_manager.app.settings_action(self)
|
on_release: root.ids.screen_manager.app.settings_action(self)
|
||||||
|
@ -1180,7 +1180,7 @@ MDScreen:
|
||||||
height: dp(48)
|
height: dp(48)
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Always send custom display style"
|
text: "Send display style to everyone"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
|
||||||
MDSwitch:
|
MDSwitch:
|
||||||
|
|
Loading…
Reference in New Issue