语言

Menu
Sites
Language
Native programming layout ---absolute positioning

Hi,

I want to create a UI layout use native programming, and didn't use EDC file, is there any way that i can place 3 button at the bottom of phone screen?

currently my idea is put the  3 box in naviframe use relative positioning, and the buttons is in the bottom box, is there any simple way to do this, I mean , any absolute positioning can use in native programming?

 

Thanks.

响应

1 回复
colin Rao

I think there isn't a absolute position in tizen native api, but you can use the table/grid layout container to make it. Define a specific edc layout is another good choice. :)

You can get more guide in IDE help.