segmented
segmented copied to clipboard
A simple Android UI library for segmented controls (toggle buttons) with material-ish styling.
i have an issue its appear on Android 4.4.2 Galaxy Note2 can anyone help me? Fatal Exception: java.lang.VerifyError: com/creageek/segmentedbutton/SegmentedButton at java.lang.reflect.Constructor.constructNative(Constructor.java) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at android.view.LayoutInflater.createView(LayoutInflater.java:600) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:702) at android.view.LayoutInflater.rInflate(LayoutInflater.java:761) at...
Alternate fix proposal for issue 7 by adding a var selectedIndex, with public get **and set** demo added in 'sample' where 2 of the segmented are now synced
Added support due following question https://github.com/creageek/segmented/issues/10
This is my first time using this library so I'm unsure if this is related to my application or if it's related to the latest version of the android sdk...
The library is awesome, except it does not support RTL. I had to do a workaround by manually setting the `layoutDirection = ltr` and then replacing the position of the...
I need to check the selected index, and I see the var checkedIndex is private, so making it public, or a function to get that index would be useful, so...
please set minSdkVersion 14