I am wondering if I would run into troubles when setting the heights of my views in the neb with fixed values.
Example: The height of the Status Bar is known. It\'s
I always use a flexible layout that resizes automatically because that allows me to focus on the design and let the computer figure out the math.
[EDIT] My reason is that something is going to change and I don't want to do the math again in this case. Things that can change:
So if you make your layout static, you'll eventually have to do it again. And again. Until you learn that the only constant in software development is change.