解决方案 »

  1.   

    用于指定屏幕内的焦点View(这里是edittext).
      

  2.   

    <View
                android:layout_width="fill_parent"
                android:layout_height="1.0px"
                android:layout_marginLeft="1.0px"
                android:layout_marginRight="1.0px"
                android:background="#ffc0c3c4" />
    这个代表什么
      

  3.   

    宽度填满父控件
    高度1px
    与左侧相隔1px
    与右侧相隔1px
    背景颜色
      

  4.   

    http://zhangkun716717-126-com.iteye.com/blog/802201定义Android Layout(XML)时,有四个比较特别的标签是非常重要的,其中有三个是与资源复用有关,分别是 <viewStub />, <requestFocus />, <merge /> and <include />