Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
Other
80
stars
32
forks
source link
Button background color reverted to dark blue when it's pressed and hold #345
Describe the bug
A few buttons in my native app with green background color, they are looking as expected. But once the button is pressed (activated), the button color reverted back to dark blue.
Here is the API code used to change the background color:
elm_object_color_class_color_set(btn, "bg", 0x04, 0x25, 0x26, 0xFF);
Tested on Watch Active 2 device, and app written in tizen-3.0.
Describe the bug A few buttons in my native app with green background color, they are looking as expected. But once the button is pressed (activated), the button color reverted back to dark blue.
Here is the API code used to change the background color: elm_object_color_class_color_set(btn, "bg", 0x04, 0x25, 0x26, 0xFF);
Tested on Watch Active 2 device, and app written in tizen-3.0.
Please see the picture for references:
Thank you!