SegmentedControl icon indicating copy to clipboard operation
SegmentedControl copied to clipboard

Can't add Segments

Open GeylanKalafMohe opened this issue 4 years ago • 1 comments

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

gives me this error in kotlin

image

GeylanKalafMohe avatar Jun 01 '20 21:06 GeylanKalafMohe

val controller = SegmentedControl<String>(requireContext())

JahonovAsilbek avatar Jun 30 '22 12:06 JahonovAsilbek