androidandroid-studioandroid-tvleanback

Change UI of Date Picker for Android TV app


I'm writing an android tv app with lean-back and I want to use android standard date picker and I want to make this like this pic (eg: Made year part bigger when the user is selecting year and so on)

How can I achieve this?

enter image description here


Solution

  • Use three different NumberPicker and write some custom logic for day, month and year.