DatePicker UI渲染问题

时间:2014-01-20 19:39:15

标签: android android-layout datepicker

我一直在尝试使用DatePicker但是在它的UI渲染中存在一个奇怪的问题。

以下是用户界面的屏幕截图:

Below is the screen shot of UI

我希望如下:

Expected

有没有人见过这个?我该如何解决?

以下是XML布局:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >
  <DatePicker
    android:id="@+id/dpResult"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />
</RelativeLayout>

1 个答案:

答案 0 :(得分:1)

如果您不想要完整的日历视图,只想查看日期选择器上的微调器,请使用calendarViewShown属性并将其设置为false。如果仍然奇怪地渲染DatePicker,则可能表示您在应用程序的主题中设置了一些不必要的属性。