android日期选择器增加字体大小

时间:2016-08-17 10:54:39

标签: android android-datepicker

我在布局中使用日期选择器

  <DatePicker
    android:id="@+id/datepicker"
    android:layout_width="366dp"
    android:calendarViewShown="false"
    android:spinnersShown="false"
    android:layout_height="302dp"
    android:theme="@style/datepicker" />

我想增加日历正文中数字的字体大小(1-31位)...检查日期选择器属性..没有找到任何......我怎么能实现这个目标?

enter image description here

2 个答案:

答案 0 :(得分:1)

在上面的xml代码中,不要尝试添加硬编码的layout_width和layout_height参数,而不是尝试使用match_parent或wrap content将高度和宽度设置为datepicker。

答案 1 :(得分:0)

抱歉,我没有足够的评论声誉。我建议你在质疑之前先看看这个How to change textsize in datepicker?,请做足够的研究。