Saturday, 15 June 2013

android - How to design panel like this in sencha touch 2 -



android - How to design panel like this in sencha touch 2 -

i worked in sencha touch month, can't find way design ui below in sencha.

above panel created using jquery mobile.

how create panel in sencha ?

sencha touch panel not looks beautiful above

yeah, it's buttons in panel. below. you'd have edit css (border radius, shadows, , whatnot), basic setup pretty simple:

{ xtype: 'panel', layout:{ type:'hbox' }, items:[ { xtype: "button", text: 'register x', }, { xtype: "button", text: 'use facebook account', }, { xtype: "button", text: 'use twitter account', } ] };

android extjs sencha-touch sencha-touch-2

No comments:

Post a Comment