我一直在尝试使用DatePicker
但是在它的UI渲染中存在一个奇怪的问题。
以下是用户界面的屏幕截图:
我希望如下:
有没有人见过这个?我该如何解决?
以下是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>
答案 0 :(得分:1)
如果您不想要完整的日历视图,只想查看日期选择器上的微调器,请使用calendarViewShown属性并将其设置为false。如果仍然奇怪地渲染DatePicker,则可能表示您在应用程序的主题中设置了一些不必要的属性。