Sha256: 703c3a8d2d01415d63f531da3187e94dc58817ae2d129f208bc502baecd1b96c

Contents?: true

Size: 695 Bytes

Versions: 12

Compression:

Stored size: 695 Bytes

Contents

Prime::Config.configure do |config|
  # Uncomments following if you don't want auto generating id for model on save
  #
  # config.model.auto_generate_id = false

  # After defining colors you will be able to use it via <uilabel>.text_color = :app_base.uicolor
  # config.colors do |colors|
  #   colors.navigation_base = 0x1b75bc
  #   colors.base = 0x1b75bc
  #   colors.dark = 0x333333
  #   colors.error = 0xef471f
  # end

  # After defining fonts you will be able to use it via <uilabel>.font = :app_base.uifont
  # Note: font should be copied to resources folder (e.g. resources/fonts/ubuntu.ttf) and added to Rakefile.
  # config.fonts do |fonts|
  #   fonts.base = "Ubuntu"
  # end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
motion-prime-1.0.7 files/app/config/base.rb
motion-prime-1.0.6 files/app/config/base.rb
motion-prime-1.0.5 files/app/config/base.rb
motion-prime-1.0.4 files/app/config/base.rb
motion-prime-1.0.3 files/app/config/base.rb
motion-prime-1.0.2 files/app/config/base.rb
motion-prime-1.0.1 files/app/config/base.rb
motion-prime-1.0.0 files/app/config/base.rb
motion-prime-0.9.9.2 files/app/config/base.rb
motion-prime-0.9.9.1 files/app/config/base.rb
motion-prime-0.9.9 files/app/config/base.rb
motion-prime-0.9.8 files/app/config/base.rb