elm_entry text color change not working

elm_entry text color change not working

BY 05 Apr 2017 Native Application Development

Hi All,

I am trying to change the text color for an “entry” evas object like so:

    elm_entry_text_style_user_push(entry, "DEFAULT='font=Tizen font_size=40 color=#E0FFFF align=center'");

However it is not having any effect. I want to be able to customise the text color to the cyan tizen color. 

From this link it says,

  • color: The text color in one of the following formats: “#RRGGBB”, “#RRGGBBAA”, “#RGB”, or “#RGBA”.

Similarly, setting ‘backing=on and backing_color=#00FFFF’ in style to have a background color show does not have any effect. What am I doing wrong?

 

Written by