Languages

Menu
Sites
Language
Footer dimension change and edit Footer style

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.

View Selected Answer

Responses

2 Replies
Mark as answer
Alex Dem

Hi,
I did not face in 2.2.1 api to configure footer size or possibility to set position of icon or text inside of the button (for predefined footer styles).
Alexey.

정민 성

Thank you!

I also did not find it in the API. 

If so, it would be nice to use the Custom Panel to further implement the function?