Implement horizontal date picker in Android

I have a requirement to implement horizontal date selection, as shown below:

plz click here to see image

I tried many libraries and searched for it for three days.

I set up this library , but could not style the selected item. those. different color and size.

Please let me know if there is any suggestion or sample code that can help me implement a similar requirement.

+6
source share
1 answer

HorizontalPicker is an Android view created by order, which is used to select dates (similar to its own date picker), but draws horizontally in a vertically narrow container. This makes it easy to choose a day using a horizontal panorama gesture.

resource: https://github.com/jhonnyx2012/HorizontalPicker https://github.com/GastricSpark/ScrollDatePicker

+1
source

All Articles