Android Timepicker出现乱码显示

时间:2014-01-10 10:23:04

标签: android timepicker

我在我的活动中使用了TimePicker。小时轮在转动时会出现乱码(见截图):

Garbled Timepicker

我在运行Android 4.1.2的三星Galaxy S3上进行测试

这是我的布局xml,它被设置为活动的内容视图:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:layout_gravity="center"
    android:gravity="center">
<TimePicker
        android:id="@+id/timePicker"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
<Button
    android:id="@+id/set_button"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Set"/>
</LinearLayout>

有谁知道导致这种情况的原因以及如何解决这个问题?感谢

0 个答案:

没有答案