Sha256: 7e572ee408d9ef05fdccfbc3403b80f66977f25d8045fc7f73cfc804f58de427
Contents?: true
Size: 603 Bytes
Versions: 12
Compression:
Stored size: 603 Bytes
Contents
class <%= config[:name] %>Screen < <%= config[:platform] %>ScreenBase # <%= I18n.translate 'comments.trait' %> # trait(:trait) { "* <%= (config[:platform] == 'Android') ? 'id' : 'marked' %>:'#{layout_name}'" } # <%= I18n.translate 'comments.elements' %> # element(:layout_name) { pending 'Insert layout identificator' } # element(:button) { pending 'Insert button identificator' } # <%= I18n.translate 'comments.actions' %> # action(:touch_button) do # touch("* <%= (config[:platform] == 'Android') ? 'id' : 'marked' %>:'#{button}'") # end end
Version data entries
12 entries across 12 versions & 2 rubygems