style: start to write uxl

This commit is contained in:
Mathieu Virbel 2010-11-05 19:51:01 -04:00
parent 8632b1f4d6
commit 16d8bd9da8
1 changed files with 14 additions and 0 deletions

14
kivy/data/style.uxl Normal file
View File

@ -0,0 +1,14 @@
<Button>:
canvas:
Color:
rgb: (1, 0, 0)
Rectangle:
pos: self.pos
size: self.size
Widget:
canvas:
Color:
rgb: (0, 1, 0)
Rectangle:
size: (100, 100)