codeforboston / plogalong

MIT License
22 stars 37 forks source link

Implement SegmentedControl for Android #24

Closed bdougsand closed 5 years ago

bdougsand commented 5 years ago
Screen Shot 2019-04-08 at 5 43 14 PM

The SegmentedControl component is currently little more than a thin wrapper around SegmentedControlIOS. The Android implementation does not need to reproduce all of the iOS features, only the ones we're using.

At minimum, it should:

bdougsand commented 5 years ago

Closed: PR #26