如图所示,请问这是什么情况?
要怎么解决?

解决方案 »

  1.   


    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <TimePicker android:id="@+id/timePicker"
    android:layout_width="fill_parent" android:layout_height="wrap_content"></TimePicker>
    <TimePicker android:id="@+id/timePicker2"
    android:layout_width="fill_parent" android:layout_height="wrap_content"></TimePicker>
    </LinearLayout>
      

  2.   

    layout文件不全吧,其他的控件怎么layout文件里没有?都贴出来
      

  3.   

    他的layout是全的  这是一个弹出框  Alert吧  有没有可能是后面的主界面上的东西啊??
      

  4.   

    怎么个情况啊 把完整的xml文件贴出来大家看一下吧,