test/activity/margins_activity.rb in ruboto-0.16.0 vs test/activity/margins_activity.rb in ruboto-1.0.0
- old
+ new
@@ -9,9 +9,9 @@
self.content_view =
linear_layout :orientation => LinearLayout::VERTICAL do
@text_view_margins = text_view :text => 'What hath Matz wrought?', :id => 42, :margins => [100,0,0,0]
@text_view_layout = text_view :text => 'What hath Matz wrought?', :id => 43, :layout => {:set_margins => [100,0,0,0]}
- @text_view_fieldset = text_view :text => 'What hath Matz wrought?', :id => 44, :layout => {:left_margin= => 100}
+ @text_view_fieldset = text_view :text => 'What hath Matz wrought?', :id => 44, :layout => {:left_margin => 100}
end
end
end