Samsung / Tizen.CircularUI

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

Closed bangfutao closed 4 years ago

bangfutao commented 4 years ago

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: before after

Thank you!

myroot commented 4 years ago

It looks not related CircularUI issue, so I close it

For your information, you should set effect and effect_pressed to change background color of pressed instead of bg