moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

make sizing and spacing match design by percentage #568

Open lastmeta opened 2 years ago

lastmeta commented 2 years ago

Describe The Suggestion

use the following methods to make the app conform to the design by percentages

.ofMediaHeight(context)  // for builds
.ofMediaWidth(context)  // for builds
.ofScreenHeight  // entire screen  
.ofScreenWidth  // entire screen
.ofSafeHeight  // entire screen minus system toolbar
.ofAppHeight  // entire screen minus system toolbar and fixed app bar

Additional Context

post mvp