Skip to content

Instantly share code, notes, and snippets.

@geojeff
Created September 17, 2013 21:07
Show Gist options
  • Save geojeff/6600648 to your computer and use it in GitHub Desktop.
Save geojeff/6600648 to your computer and use it in GitHub Desktop.
<ThumbnailedListItem@SelectableView+BoxLayout>:
index: self.index
text: self.text
size_hint_y: self.size_hint_y
height: self.height
carry_selection_to_children: True
Image
source: "fruit_images/{0}.32.jpg".format(root.text)
ListItemButton:
index: root.index
text: root.text
on_release: self.parent.trigger_action(duration=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment