Sha256: 4f5992737f43a9de5198feb95e8a1c76170f0104196e329a1ddb85dfff53ab26

Contents?: true

Size: 583 Bytes

Versions: 1

Compression:

Stored size: 583 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)         { 'insert_layout_identificator' }
  #element(:button)              { 'insert_button_identificator' }

  # <%= I18n.translate 'comments.actions' %>
  # action(:touch_button) {
  #   touch("* <%= (config[:platform] == 'Android') ? 'id' : 'marked' %>:'#{button}'")
  # }

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cs-bdd-0.1.3 lib/templates/screen.tt