I need to make my RecyclerView like this to display holidays in my app. Here the current date to be highlighted.And always it should be in the middle. And even,If the Date is January 1,it is also has to be started at the middle. Can I do it by using Recycler View? If yes,how to do this? Please help me.
Even I listed the date in RecyclerView. Just I need to highlight it and make the current date in the middle with highlighted background.
Your answer is more appreciated.