mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
UI cleanup
This commit is contained in:
parent
fbd2452c64
commit
d599437ea3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user