Vince Mi

Results 29 comments of Vince Mi

I haven't tried it, but I think you need to make sure you provide all the styling properties defined in main.xml https://github.com/makeramen/android-segmentedradiobutton/blob/master/res/layout/main.xml

I applied a fix for HTC senseUI phones and might have fixed your issue as well. test it out and close if it works!

closing due to lack of response. feel free to reopen if this is still an issue.

Do you think it's at all related to issue #1? https://github.com/makeramen/android-segmentedradiobutton/issues/1#issuecomment-2331279 I wonder if the Xperia removes some system resources the radio button relies on

Can you clarify? or make a pull request?

Probably some code changes involved because of API changes, I haven't had time to look at this lib in a while. Open to pull requests.

Hm... where is this delay? Is it visible on the sample app too? I think ideally I'd like the view to animate from the floating position to the new position,...

Nice, though I wonder if the hardware acceleration support for path is different from drawRoundRect? https://developer.android.com/guide/topics/graphics/hardware-accel#scaling Would be nice to clearly understand the limitations first. Or another option is to...

these are 2 very unrelated things, please only do one per PR.

Yeah I don't want whole files in the README, there should just be snippets, enough to get the idea across. You can add functionality to the example app source directly...