Omkar Tenkale
Omkar Tenkale
I can help with this
No i didn't . I dropped this library as it seems its not in active state and android can be themed pretty efficiently with using colors with attrs like background="?colorPrimary"...
Its fine if i have to apply these attributes to every view i want to style, I don't expect cyanea to read keys from json and assume what the color...
Java awt packages are not supported for android
I solved it by adding: app:hdPinDrawable="@drawable/ic_pin" Code for drawable/ic_pin.xml https://github.com/hadiidbouk/ChartProgressBar-Android/blob/master/sample/src/main/res/drawable/ic_pin.xml  
Temperory fix Set ``` isLeftOpen = false; isRightOpen = false; ``` after calling layout.close(); But these variables are private so couldn't extend class and override close method So just copy...
As per my research and attempts, it's close to impossible
Well, while searching an image to pick, isn't it fast & convenient to look through sorted folders. Much like finding a word in dictionary
That would be a big improvement
Use ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` implementation 'com.github.omkar-tenkale:Gligar:78d8110102e0be4e1e2f939b5307ae5f645e6761' instead of implementation 'com.opensooq.supernova:gligar:1.1.0' Based on pull request https://github.com/OpenSooq/Gligar/pull/25