-
-
Notifications
You must be signed in to change notification settings - Fork 295
UX Guidelines
Nick Iliev edited this page Nov 9, 2016
·
4 revisions
- Use only clear HTML and theme CSS except when additional are necessary.
- Apply flexbox layout where applicable.
- Apply margin 15 on iOS and 16 on Android on every example screen where applicable.
- Align UI controls to those margins. (the UI controls can be stretched to the whole available width of the screen)
- Text size in example 15.
- Header size in example h3.
- Buttons should look like buttons: with the styles from the theme. Android buttons should be with UPPER CASE.
- Textfields should look like textfields: with one bottom border (Android) or with all 4 borders (iOS).
- Convenient comments in the code - especially for the templates (e.g. list view templates - every section with different layout should be commented accordingly)
- Avoid using Title Case anywhere in the UI. Use Sentence case instead.
- Avoid using the word “Example” in the name of the example.