Hadi Dbouk

Results 43 comments of Hadi Dbouk

@tanakasama please can you tell us how you solved the problem?

I am using this library now : https://github.com/daimajia/AndroidSwipeLayout

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...

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?