Languages

Menu
Sites
Language
Wearables UI question

I was reviewing the Wearables UI components. One of the components i looked at was the 'button'. there are only two styles for the button : 'default', and 'bottom'. 'default' was out of the screen area. I couldn't figure out how to resize the button, or shape it in a circle. if there are only two styles, how was the devlopers of the voice recording app (added as one of the sample project in tizen studios -wearables) able to create the record button object (white circle with red dot - record button) with a 'clicked' callback?

Edited by: Mark Stoge on 27 Jan, 2017

Responses

1 Replies
Mango Bar

There is an edc file for UI design of VoiceMemo sample app. I think front page button has an background image that you are talking about (white circle with red dot - record button). You will find that image in /shared/res/preview.png directory .

There also have some api to change button size , position etc. I will suggest you to check UIComponents sample app. You will find different  ui components here including different types of button.