Sha256: 9fd03bc4168ac6d4972b8706c3d20adc3d67fe3478fe39d28c803ab9eb079800
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
Contents
Teacup::Stylesheet.new :demo_sheet do style :demo, backgroundColor: "#000000".uicolor style :container, top: 20, backgroundColor: "#ffffff".uicolor, portrait: { width: "100%", height: "100%-20" }, landscape: { width: "100%", height: "100%-20" } style UIButton, height: 40, left: 10, layer: { borderWidth: 1, borderColor: "#c8c7cc".uicolor.CGColor, cornerRadius: 8 }, landscape: { width: "50%-15" }, portrait: { width: "100%-20" } style :show_notice_button, title: 'Show Notice', top: 10 style :show_activity_button, title: 'Show Activity', portrait: { top: 60, left: 10 }, landscape: { top: 10, left: "50%+5" } style :show_success_button, title: 'Show Success', portrait: { top: 110, }, landscape: { top: 60, } style :show_error_button, title: 'Show Error', portrait: { top: 160, left: 10 }, landscape: { top: 60, left: "50%+5" } style :hide_notice_button, title: 'Hide Notice', portrait: { top: 210, }, landscape: { top: 110, } style :visibility_button, title: 'Visible?', portrait: { top: 260, left: 10 }, landscape: { top: 110, left: "50%+5" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
status_bar-0.2.3 | app/styles/demo_style.rb |
status_bar-0.2.2 | app/styles/demo_style.rb |
status_bar-0.2.1 | app/styles/demo_style.rb |