Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

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.

— asked May 14th 2010 by SEBASTIEN PEROCHON
  • android
  • height
  • resize
  • tabgroup
4 Comments
  • I am also having this issue. Anybody find out anything?

    — commented March 24th 2011 by John Kelly
  • +1 this issue is 11 months old, and still not fixed in the latest version. Did you find a workaround meanwhile?

    — commented April 10th 2011 by Mathias Lin
  • Here's a workaround it seems: http://developer.appcelerator.com/question/46801/subscribed

    — commented April 10th 2011 by Mathias Lin
  • In your Tiapp.xml change anyDensity true to false
    simple

    — commented January 30th 2013 by Danish Ali

0 Answers

The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.