今天遇到的 很尴尬的问题!!!

来源:互联网 发布:ubuntu卸载wine 编辑:程序博客网 时间:2024/04/30 05:51

今天在layout里 写了两个控件  一个TextView一个Button



<TextView      android:layout_width="wrap_cintent"     android:layout_height="wrap_content"     android:text="@string/text"    /><Buttonandroid:id="@+id/button01"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="@string/text"/>


很尴尬的button消失了  


找了好久  才知道被Textview覆盖了      唉

看来这种低级的问题不能再犯了   呵呵微笑