assets/samples/sample_activity.rb in ruboto-0.10.2 vs assets/samples/sample_activity.rb in ruboto-0.11.0.rc.0
- old
+ new
@@ -4,10 +4,10 @@
ruboto_import_widgets :Button, :LinearLayout, :TextView
# http://xkcd.com/378/
class SampleActivity
- def on_create(bundle)
+ def onCreate(bundle)
super
set_title 'Domo arigato, Mr Ruboto!'
self.content_view =
linear_layout :orientation => :vertical do