Titanium Community Questions & Answer Archive

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

Hint - losing those web2.0 rounded corners in grouped tableviews

Here's an idea that some folks may not have considered, if you want the grouped view style but find those rounded corners just too '2008', create a transparent PNG, create a row with minimum height (1, not 0), i.e.

var blankRow = Ti.UI.createTableViewRow({height:1,className:'blank',backgroundImage:'images/transparent.png'});

and insert it in the top and bottom of your sections.

Obvious really.

cheers,
Chris.

— asked April 6th 2010 by Chris Reed
  • hint
  • iphone
  • style
  • tableview
0 Comments

1 Answer

  • Thanks!

    — answered April 7th 2010 by Peter Lum
    permalink
    0 Comments
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.