bmarrdev / android-DecoView-charting

DecoView: Android arc based animated charting library
Apache License 2.0
991 stars 194 forks source link

TextView #34

Closed habibhermes closed 7 years ago

habibhermes commented 7 years ago

Hi, please i want to know how to display the current value at the center of the circle. Do i have to add a textview to my layout? And if yes, how to make it to appear at the center of the circle. Thank you

bmarrdev commented 7 years ago

Yes, you need to add a TextView to your layout. You can then add listeners to update the value.

Take a look at the layout in FauxFit for an example. This example uses a RelativeLayout containing the DecoView and a TextView centered in the RelativeLayout.