Android bug: TabGroup doesn't resize
Hi,
Just to report a bug on Android (iPhone is OK).
Ti 1.2.1
Ti SDK: 1.3
var tabGroup = Titanium.UI.createTabGroup();
tabGroup.height=410;
tabGroup.bottom=0;
tabGroup.open();
On iPhone, the tabGroup is well resized. On Android, the tabGroup doesn't resize and still take the full height of the screen.
Seb.