Android开发:标准体重计算器应用的… 分类: Android开发 2014-05-30 10:53 85人阅读 评论(0) 收藏

MAIN.XML


    

 

    android:orientation="vertical"     

    android:layout_width="fill_parent"     

    android:layout_height="fill_parent"     

    android:background="@drawable/pic"     

    >     

   

        android:id="@+id/txt"     

        android:layout_width="fill_parent"       

        android:layout_height="wrap_content"       

        android:gravity="center"       

        android:text="@string/hello"     

        android:textSize="16px"       

        />     

   

        android:layout_width="fill_parent"       

        android:layout_height="wrap_content"       

        android:text="@string/sex"         

        />     

   

      android:layout_width="fill_parent"       

      android:layout_height="wrap_content"       

      android:orientation="horizontal"     

      >        

     

           android:id="@+id/male"     

           android:layout_width="wrap_content"       

           android:layout_height="wrap_content"       

           android:text="男"       

           />       

     

           android:id="@+id/female"     

           android:layout_width="wrap_content"       

           android:layout_height="wrap_content"     

           android:text="女"       

           />       

          

   

        android:layout_width="fill_parent"       

        android:layout_height="26px"     

        android:text="@string/heigh"     

        />     

   

        android:id="@+id/etx"     

        android:layout_width="fill_parent"       

        android:layout_height="wrap_content"       

        />     

   

         android:id="@+id/btn"     

         android:layout_width="fill_parent"       

         android:layout_height="wrap_content"     

         android:text="@string/count"     

         />     

   


版权声明:本文为博主原创文章,未经博主允许不得转载。

posted @ 2014-05-30 10:53  leansmall  阅读(132)  评论(0编辑  收藏  举报