comparison cagou/plugins/plugin_wid_chat.kv @ 447:f3296a7f35f3

chat: use "image-loading" animation as default source for AttachmentImageItem
author Goffi <goffi@goffi.org>
date Wed, 18 Mar 2020 20:26:21 +0100
parents ff548846df91
children 20a807443c3f
comparison
equal deleted inserted replaced
446:ffdf2390ea56 447:f3296a7f35f3
56 image: image 56 image: image
57 orientation: "vertical" 57 orientation: "vertical"
58 SizedImage: 58 SizedImage:
59 id: image 59 id: image
60 anim_delay: -1 60 anim_delay: -1
61 source: "data/images/image-loading.gif"
61 62
62 63
63 <AttachmentImagesCollectionItem>: 64 <AttachmentImagesCollectionItem>:
64 cols: 2 65 cols: 2
65 size_hint: None, None 66 size_hint: None, None