Omkar Tenkale

Results 64 comments of 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 ![image](https://user-images.githubusercontent.com/39808155/148836895-4f19a1f8-26a3-4737-abf0-76e0a3d8d67c.png) ![image](https://user-images.githubusercontent.com/39808155/148836948-4c57353d-4fac-4af4-8443-d68988432e00.png)

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