Hi
i develope Tizen 2.2.1 and i make custom footer. when make Footer depend on blow source
Form pForm = new Form; pForm->Construct(FORM_STYLE_NORMAL | FORM_STYLE_FOOTER); this->AddControl(pForm);
then. Footer demension Set that area
I want a bigger size than this Footer.
And That FooterStyle is FOOTER_STYLE_BUTTON_ICON_TEXT .
but ThatStyle Set img is left and text is right
i`ll make Button is center or top and text bottom
could you please help me? I want to seek advice about this.