Languages

Menu
Sites
Language
Color DateTimeBar

Hi,

I would like to change the color of DateTimeBar, do you know if is possible?

Thx

Responses

4 Replies
Chintan Gandhi

Hi Beniot,

Ya it is absolutely possible. You can use UI customizer to change color of any of your UI controls. Go to the .xml editor and search for the tag of your control and give hex code of the color you want.

Read the below document for a better understanding.

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Fui_customizer_controls.htm

Thanks.

Benoit JOUANIGO

Thanks for your reply,

I already test UI customizer, and I can change everything except the color of the bar.

hgw7

In UI Customizer, you have to change the color of DATETIMEBAR control to achieve this, and cannot be done by selecting EDITDATE or EDITTIME controls.

With the above reference given, you can check how to edit and export these controls in the following link:

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Fui_customizer.htm
 

Benoit JOUANIGO

Thank you, I'm sorry I had not seen the DATETIMEBAR control.