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

[ActionButton] Change text color #292

Closed Machinero closed 4 years ago

Machinero commented 4 years ago

I didn't find TextColor property in ActionButton. It is possible way to change text color on these button?

myroot commented 4 years ago

Impossible to change text color of ActionButton

patuwwy commented 4 years ago

Could You add some property to change text color? I need it too.

myroot commented 4 years ago

Why do you use ActionButton instead of Button? If you want oval shape button, you can make with ContentButton

rookiejava commented 4 years ago

Plus, you can also make the Xamarin.Forms.Button look the same as the ActionButton through TizenSpecific API (Style). See here for more detail.

patuwwy commented 4 years ago

Ok. Thank You!