...
In LUX, large numbers may be represented using K for thousands and M for millions, which is the common practice in most countries.Thousands of millions may be represented using B (billions) or G (gigas), depending on context.
The number | May be represented as | ||
---|---|---|---|
1,380 | 1.38K | ||
2,040,296 | 2.04M | 1,254,050,300 | 1.25B or 1.25G |
Text Expansion
Always design with text expansion in mind. When English text gets translated into another language, the translated text can be as much as 3x longer. Make UI components expandable whenever possible. Do not assign a fixed width or height to your UI component unless you have a good reason to.
...