roughike / SwipeSelector

A nicer-looking, more intuitive and highly customizable alternative for radio buttons and dropdowns for Android.
Apache License 2.0
1.09k stars 154 forks source link

Add option to hide the description #38

Open TaqiyEddine-B opened 5 years ago

TaqiyEddine-B commented 5 years ago

When we have nothing to add in the desciption, we simply put noting in the filed "desciption" :

swipeSelector.setItems(
                new SwipeItem(0, "1", ""),
                new SwipeItem(1, "2", ""),
                new SwipeItem(2, "3", "")
);

but it's not an optimal solution, the ui is badly affected