Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Main>:
- BoxLayout:
- orientation: 'vertical'
- MDNavigationLayout:
- ScreenManager:
- MDScreen:
- MDToolbar:
- title: root.user1_str
- elevation: 10
- normal_color: 1, 1, 1, 1
- #color_active: 1, 1, 1, 1
- pos_hint: {"top": 1}
- md_bg_color: get_color_from_hex("#FFFFFF")
- specific_text_color: get_color_from_hex("#4a4939")
- left_action_items:
- [['menu', lambda x: nav_drawer.set_state("open")]]
- MDToolbar:
- #title: root.user1_str
- elevation: 10
- normal_color: 1, 1, 1, 1
- #color_active: 1, 1, 1, 1
- pos_hint: {"bottom": 1}
- md_bg_color: get_color_from_hex("#FFFFFF")
- specific_text_color: get_color_from_hex("#4a4939")
- MDTextFieldRound:
- #icon_left: 'magnify'
- hint_text: "Type anything here..."
- #pos_hint: {"bottom": 1}
- normal_color: 236/255, 236/255, 236/255, 1
- color_active: 1, 1, 1, 1
- MDNavigationDrawer:
- type: "standard"
- id: contacts_sidebar
- #close_on_click: False
- elevation: 0
- BoxLayout:
- adaptive_height: True
- orientation: 'vertical'
- padding: 20
- padding_y: 20
- MDTextFieldRound:
- icon_left: 'magnify'
- hint_text: app.search_hint
- normal_color: 1, 1, 1, 1
- color_active: 1, 1, 1, 1
- ScrollView:
- MDList:
- OneLineAvatarListItem:
- #no_border: True
- text: root.user1_str
- on_release: root.user_1()
- ImageLeftWidget:
- source: "bin/ui/assets/default_icon.png"
Advertisement
Add Comment
Please, Sign In to add comment