AnderWeb
AnderWeb
I'm planning on adding attributes to set up custom Drawables for track, scrubber, thumb and indicator but not sure if it will break the original intention of this library. We'll...
Sorry but this component supports only one (primary) progress value at the moment, not a secondary one.
I've just tested the sample app with appcompat and the appcompat theme and the ripple shows just fine. Could you provide a sample reproducing the issue?
Providing a sample code to reproduce the issue would be very helpful. I don't understand the "When I tried to use as parent other view (for example root view of...
Oh, I see. A PopupWindow cannot be parent of another PopupWindow so you need a bit of hackery here, so both PopupWindows use the same token: Instead a method to...
Anyways, unless your settings popup is constantly being shown/hidden, You should better create a DialogFragment instead of a PopupWindow.
We'd like to know the exact settings you all are using for the popup. Specifically the settings related to **dsb_indicatorTextAppearance** and **dsb_indicatorElevation**, and if changing them would make the crash...
I'm mostly sure the issue is caused by the shadow drawn by android **elevation**. As I don't have the affected devices to test, it would be very helpful if any...
@matthewkrueger thanks, I think there's an issue with shadow rendering on some devices. While searching for more info about this specific crash, I've found some people suffering it with CardView...
@borwoj as noted above, use `app:dsb_indicatorElevation="0dp"` to avoid that openGL issue