test/activity/stack_activity.rb in ruboto-0.10.2 vs test/activity/stack_activity.rb in ruboto-0.11.0.rc.0
- old
+ new
@@ -6,10 +6,10 @@
ruboto_import_widgets :Button, :LinearLayout, :TextView
class StackActivity
STACK_DEPTH_CLASS = java.lang.Thread.current_thread.stack_trace.length.to_s
- def on_create(bundle)
+ def onCreate(bundle)
stack_depth_on_create = java.lang.Thread.current_thread.stack_trace.length.to_s
super
setTitle File.basename(__FILE__).chomp('_activity.rb').split('_').map { |s| "#{s[0..0].upcase}#{s[1..-1]}" }.join(' ')
self.content_view =