1、隐藏年

((ViewGroup) (((ViewGroup) dp.getChildAt(0)).getChildAt(0)))
.getChildAt(0).setVisibility(View.GONE);*/

2、隐藏月

((ViewGroup) (((ViewGroup) dp.getChildAt(0)).getChildAt(0)))
.getChildAt(1).setVisibility(View.GONE);

3、隐藏日

((ViewGroup) (((ViewGroup) dp.getChildAt(0)).getChildAt(0)))
.getChildAt(2).setVisibility(View.GONE);

4、隐藏日历列表

dp.setCalendarViewShown(false);

相关文章:

  • 2022-01-20
  • 2022-12-23
  • 2021-11-20
  • 2022-03-09
  • 2022-12-23
  • 2021-10-03
  • 2022-02-17
  • 2022-02-07
猜你喜欢
  • 2022-12-23
  • 2022-02-22
  • 2022-03-01
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
相关资源
相似解决方案