mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Improved button styles. Added navigation buttons.
This commit is contained in:
parent
6293e2cf78
commit
e39367da26
2 changed files with 22 additions and 22 deletions
|
@ -176,6 +176,10 @@ MDNavigationLayout:
|
|||
elevation: 2
|
||||
left_action_items:
|
||||
[['menu', lambda x: nav_drawer.set_state("open")]]
|
||||
right_action_items:
|
||||
[
|
||||
['close', lambda x: root.ids.screen_manager.app.close_any_action(self)],
|
||||
]
|
||||
|
||||
ScrollView:
|
||||
id: broadcasts_scrollview
|
||||
|
@ -672,6 +676,10 @@ MDNavigationLayout:
|
|||
elevation: 2
|
||||
left_action_items:
|
||||
[['menu', lambda x: nav_drawer.set_state("open")]]
|
||||
right_action_items:
|
||||
[
|
||||
['close', lambda x: root.ids.screen_manager.app.close_any_action(self)],
|
||||
]
|
||||
|
||||
ScrollView:
|
||||
id:information_scrollview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue