53 lines
2.0 KiB
Plaintext
53 lines
2.0 KiB
Plaintext
<ChatList>:
|
|
name: 'chlist'
|
|
MDTabs:
|
|
id: chat_panel
|
|
tab_display_mode:'text'
|
|
|
|
Tab:
|
|
text: "Chats"
|
|
BoxLayout:
|
|
id: chat_box
|
|
orientation: 'vertical'
|
|
ScrollView:
|
|
id: scroll_y
|
|
do_scroll_x: False
|
|
MDList:
|
|
id: ml
|
|
MDLabel:
|
|
font_style: 'Caption'
|
|
theme_text_color: 'Primary'
|
|
text: 'No Chat'
|
|
halign: 'center'
|
|
size_hint_y: None
|
|
bold: True
|
|
valign: 'top'
|
|
# OneLineAvatarListItem:
|
|
# text: "Single-line item with avatar"
|
|
# divider: None
|
|
# _no_ripple_effect: True
|
|
# ImageLeftWidget:
|
|
# source: './images/text_images/A.png'
|
|
# OneLineAvatarListItem:
|
|
# text: "Single-line item with avatar"
|
|
# divider: None
|
|
# _no_ripple_effect: True
|
|
# ImageLeftWidget:
|
|
# source: './images/text_images/B.png'
|
|
# OneLineAvatarListItem:
|
|
# text: "Single-line item with avatar"
|
|
# divider: None
|
|
# _no_ripple_effect: True
|
|
# ImageLeftWidget:
|
|
# source: './images/text_images/A.png'
|
|
Tab:
|
|
text: "Contacts"
|
|
BoxLayout:
|
|
id: contact_box
|
|
orientation: 'vertical'
|
|
ScrollView:
|
|
id: scroll_y
|
|
do_scroll_x: False
|
|
MDList:
|
|
id: ml
|