【发布时间】:2014-01-20 19:39:14
【问题描述】:
我一直在尝试使用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>
【问题讨论】:
-
可以发一下代码吗,
标签: android android-layout datepicker