Skip to content

Commit

Permalink
Display the add todo buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Nov 13, 2012
1 parent b6724a0 commit bbec91f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
1 change: 0 additions & 1 deletion todoy/app.py
Expand Up @@ -16,7 +16,6 @@ def on_gesture(self, gesture_name):
self.get_root_window().children[0].current = "add_todo_screen"



class TodoyApp(App):
pass

Expand Down
14 changes: 12 additions & 2 deletions todoy/todoy.kv
Expand Up @@ -7,6 +7,16 @@ ScreenManager:
text: "Todo List"
Screen:
name: 'add_todo_screen'
Label:
text: "add"
BoxLayout:
orientation: 'vertical'
Button:
text: "Add Habit"
Button:
text: "Add Commitment"
Button:
text: "Add Appointment"
Button:
text: "Add Goal"
Button:
text: "Add Task"

0 comments on commit bbec91f

Please sign in to comment.