wiki:kivy_recycle_view1
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:kivy_recycle_view1 [2020/11/28 16:15] – created antisa | wiki:kivy_recycle_view1 [2020/12/14 18:34] (current) – antisa | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code> | + | {{tag> |
+ | ====== RecycleView ====== | ||
+ | |||
+ | <file python recycle_view.py> | ||
from kivy.app import App | from kivy.app import App | ||
from kivy.lang import Builder | from kivy.lang import Builder | ||
Line 27: | Line 30: | ||
< | < | ||
- | color: (.5, 1, 1, 1) | + | color: (.5, 1, 1, 1) # value here doesn' |
- | font_size: 1 | + | font_size: 1 # value here doesn' |
- | text: " | + | text: " |
- | input_data: self.input_data | + | input_data: self.input_data |
orientation: | orientation: | ||
Button: | Button: | ||
Line 49: | Line 52: | ||
viewclass: ' | viewclass: ' | ||
RecycleBoxLayout: | RecycleBoxLayout: | ||
+ | default_size: | ||
default_size_hint: | default_size_hint: | ||
size_hint_y: | size_hint_y: | ||
Line 65: | Line 69: | ||
Test().run( | Test().run( | ||
- | </code> | + | </file> |
+ | |||
+ | ====== See also ====== | ||
+ | [[wiki: |
wiki/kivy_recycle_view1.1606580112.txt.gz · Last modified: 2020/11/28 16:15 by antisa