comparison cagou/kv/common.kv @ 348:38fd457b2158

core (common, share_widget): new JidSelector widget: - A widget to select jid among a list is commonly needed, so it has been implemented in core.common, based on the code from ShareWidget - ShareWidget has been adapted accordingly - new ContactButton class in core.common
author Goffi <goffi@goffi.org>
date Fri, 17 Jan 2020 18:44:32 +0100
parents e2b51663d8b8
children 841045d5a937
comparison
equal deleted inserted replaced
347:bf9474e164f3 348:38fd457b2158
107 bold: root.bold 107 bold: root.bold
108 108
109 <ActionSymbol>: 109 <ActionSymbol>:
110 bg_color: 0, 0, 0, 0 110 bg_color: 0, 0, 0, 0
111 color: app.c_sec_light 111 color: app.c_sec_light
112
113
114 <JidSelector>:
115 layout: layout
116 StackLayout:
117 id: layout
118 size_hint: 1, None
119 height: self.minimum_height
120 spacing: 0