Hadi Dbouk
Hadi Dbouk
@tanakasama please can you tell us how you solved the problem?
I am using this library now : https://github.com/daimajia/AndroidSwipeLayout
any update on this?
can you share your code ?
Hello @prasetyoandi, You should add a listener to your seekbar, then when you detect a new value you need to use these two functions : ``` selectBar(int index) : to...
Any update on this ?
Hello, Thank you for using this library, You can see from the code below that `app:hdEmptyColor="@color/empty"` has an empty color which it's nothing more than the transparent android color `@android:color/transparent`,...
You are welcome, Unfortunately this feature isn't available, you can add `maxValue` to the `BarData` and then in the `build()` function you can use this value, I will be appreciated...
As I said you need to change the `build()` function inside the `ChartProgressBar` class.
Hello, can you add more details please, what is happening exactly?