This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
kivy
mirror of
https://github.com/kivy/kivy.git
Watch
1
Star
1
Fork
You've already forked kivy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
28407b5a07
kivy
/
examples
/
application
/
test.kv
5 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
App: automatic loading of corresponding kv file if exist + rewrite app documentation + include example about how to create an app with build or kv
2011-01-31 16:42:41 +00:00
#:kivy 1.0
Button:
examples/application - label kv files Change button text on examples/application files so that button says from which file it came.
2015-02-12 03:50:47 +00:00
text: 'Hello from test.kv'