Languages

Menu
Sites
Language
Is It possible make circle layout for image?

Hi,

Is it possible to make circle layout for image ?,

I has taken image from API, that image in rectanglar shape , but i need to make circular  layout for that image.

please help me to make circle layout for image.

Edited by: victory yuvaraju on 04 Oct, 2017

Responses

3 Replies
Yasin Ali

Hi,

Check this thread https://developer.tizen.org/forums/native-application-development/how-make-images-circular

Hope it will help you and you may mark it as answer.

Thanks.

victory yuvaraju

Tq yasin ali,

It is comming exact button size but i need given button size as predefine size,

example in below link show some image like that i need display image in application

https://www.abeautifulsite.net/how-to-make-rounded-images-with-cs

please can you check give replay to me.

Yasin Ali

I think you have to use combination of conformant and some functionality to have such kind of UI effect.

......................
elm_object_style_set(ad->button, "circle"); 

......................

elm_image_resizable_set(image, EINA_TRUE, EINA_TRUE);
......................

Hope it'll work.