RobertApikyan / SegmentedControl

Android SegmentedControl + multi row support
Apache License 2.0
162 stars 30 forks source link

Can't add Segments #32

Open GeylanKalafMohe opened 4 years ago

GeylanKalafMohe commented 4 years ago

segmentedControl.addSegments(getResources().getStringArray(R.array.segments));

gives me this error in kotlin

image

JahonovAsilbek commented 2 years ago

val controller = SegmentedControl(requireContext())