comparison cagou/plugins/plugin_wid_contact_list.kv @ 491:203755bbe0fe

massive refactoring from camelCase -> snake_case. See backend commit log for more details
author Goffi <goffi@goffi.org>
date Sat, 08 Apr 2023 13:44:32 +0200
parents 3c9ba4a694ef
children
comparison
equal deleted inserted replaced
490:962d17c4078c 491:203755bbe0fe
35 hint_text: _("enter here your new contact JID") 35 hint_text: _("enter here your new contact JID")
36 Button: 36 Button:
37 size_hint: 1, None 37 size_hint: 1, None
38 height: sp(50) 38 height: sp(50)
39 text: _("add this contact") 39 text: _("add this contact")
40 on_release: root.addContact(contact_jid.text) 40 on_release: root.contact_add(contact_jid.text)
41 Widget: 41 Widget:
42 42
43 43
44 <DelContactMenu>: 44 <DelContactMenu>:
45 padding: dp(20) 45 padding: dp(20)
85 font_size: dp(30) 85 font_size: dp(30)
86 Widget: 86 Widget:
87 SymbolButtonLabel: 87 SymbolButtonLabel:
88 symbol: 'plus-circled' 88 symbol: 'plus-circled'
89 text: _("add a contact") 89 text: _("add a contact")
90 on_release: root.addContactMenu() 90 on_release: root.add_contact_menu()
91 Widget: 91 Widget:
92 FloatLayout: 92 FloatLayout:
93 id: float_layout 93 id: float_layout
94 ScrollView: 94 ScrollView:
95 size_hint: 1, 1 95 size_hint: 1, 1