files/app/config/base.rb in motion-prime-0.9.7 vs files/app/config/base.rb in motion-prime-0.9.8
- old
+ new
@@ -1,17 +1,19 @@
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
\ No newline at end of file
+end