I'm trying to make a view the height of the device which is done easily using Ti.Platform.displayCaps.platformHeight but then I want to subtract the tabGroup height from it to make it appear exactly under the tabGroup. I know it can be done with width/height 'auto' but I want to do it with specified value so that I can move the view out of view by setting bottom or top to negative of the total height.
↧