comparison src/cagou/plugins/plugin_wid_contact_list.kv @ 110:34dfe0e32064

contact list: text entered in header input do filtering in shown contacts
author Goffi <goffi@goffi.org>
date Sun, 15 Jan 2017 21:21:32 +0100
parents c45d6e9ec731
children
comparison
equal deleted inserted replaced
109:7631325e11f4 110:34dfe0e32064
24 Avatar: 24 Avatar:
25 source: root.data.get('avatar', app.default_avatar) 25 source: root.data.get('avatar', app.default_avatar)
26 size_hint: None, 1 26 size_hint: None, 1
27 width: dp(60) 27 width: dp(60)
28 Label: 28 Label:
29 id: jid_label
29 padding: dp(5), 0 30 padding: dp(5), 0
30 text: root.jid 31 text: root.jid
31 text_size: self.size 32 text_size: self.size
32 bold: True 33 bold: True
33 valign: "middle" 34 valign: "middle"