Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Styling your App

Sarah edited this page Jul 8, 2020 · 5 revisions

Throughout the app there are opportunities to add styles. The style attributes that are recognised by jasonelle are:

  • background (hex)
  • opacity (n)
  • padding (n)
  • padding_left, padding_right, padding_top, padding_bottom (n)
  • border_width (n)
  • border_color (hex)
  • spacing (n)
  • width (n)
  • height (n)
  • align (left, center, right)
  • distribution (equalspacing)
  • corner_radius (n)
  • color (hex)
  • color:disabled (hex?)
  • color:placeholder (hex)
  • font
  • font:android (bold, italic, sans, serif, monospace, default)
  • size (n)
  • shy (true/false)

(n) a number is expected with no additional text such as em, px.

Invalid styles will be ignored.

Clone this wiki locally