DataPicker looks like old design on new API's as well

前端 未结 4 1019
一整个雨季
一整个雨季 2021-01-12 11:16

So the problem is very simple:

I have integrated a DatePicker in my application. Not as a DialogDatePicker but as a View component (more pr

4条回答
  •  無奈伤痛
    2021-01-12 11:39

    Answering to your update

    Change

    android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen"

    to

    android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen"

提交回复
热议问题