Sha256: 6c9fd56e7144ba800e19bde51d42a876e9b61213a4ef87c77ba6cb7d5a6c8f98
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
class MytestOtherfileActivity def on_create(bundle) super set_title 'Otherfile Activity' self.content_view = linear_layout :orientation => :vertical, :gravity => :center_horizontal do text_view :text => 'This is an otherfile activity.', :id => 42, :width => :match_parent, :gravity => :center, :text_size => 48.0 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruboto-0.10.0.rc.0 | test/activity/mytest_otherfile_activity.rb |