0

I'm trying to do something like that in Android, is there any way? enter image description here

I searched a lot but with no success.

Thank You.

y.allam
  • 1,446
  • 13
  • 24
ROM
  • 153
  • 3
  • 16
  • You basically don't want to do that as this is not an Android design – Eselfar Mar 28 '18 at 21:42
  • is there any alternative solutions? something that the user can select from. – ROM Mar 28 '18 at 22:32
  • This is generally what you use to activate/deactivate options in your app settings on Android: [Material Design - Selection controls](https://material.io/guidelines/components/selection-controls.html#selection-controls-switch) – Eselfar Mar 29 '18 at 09:06
  • I want it to select from different options, not for activate and deactivate – ROM Mar 29 '18 at 20:56

2 Answers2

1

Android-segmented-control library maybe the solution for you . It is inspired Segmented Controls for iOS.

0

Check Out Radio Buttons it's basically the same thing you can learn more here,

https://developer.android.com/guide/topics/ui/controls/radiobutton.html

Kristofer
  • 809
  • 9
  • 24