我一直在嘗試使用DatePicker
,但在它的UI渲染中存在一個奇怪的問題。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
發佈xml以上 – CommonMan