Created
May 28, 2013 19:56
-
-
Save geojeff/5665615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#:kivy 1.0 | |
#:import kivy kivy | |
#:import win kivy.core.window | |
<cont>: | |
but: but | |
FloatLayout: | |
size:(600,600) | |
Button: | |
id:but | |
text: 'My first' + str(root.info) | |
size_hint:.2,.2 | |
pos:(200,200) | |
background_color:[.5,.8,.2,1] | |
foreground_color:[.4,.4,.8,.8] | |
font_size:18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment