DatePickerDialog Holo styling failed on Android 7 Nougat

前端 未结 4 1192
悲&欢浪女
悲&欢浪女 2020-12-29 11:34

From our customer demand we want to keep the HOLO style on the DatePickerDialog for all Android OS version, sth like: DatePicker on Android 7-

But it seems to not to

4条回答
  •  一生所求
    2020-12-29 12:21

    Date picker has it's own separate style https://developer.android.com/reference/android/R.style.html#Widget_DatePicker

    I think you need R.style.Widget.Holo.DatePickerinstead of AlertDialog.THEME_HOLO_LIGHT. It's possible you may need to create your own empty style that has @android:style/Widget.Holo.DatePicker as it's parent and use that.

提交回复
热议问题