100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > python代码测试健康指数计算器_[代码全屏查看]-BMI指数计算器

python代码测试健康指数计算器_[代码全屏查看]-BMI指数计算器

时间:2020-11-12 21:08:46

相关推荐

python代码测试健康指数计算器_[代码全屏查看]-BMI指数计算器

[2].[代码] Layout

android:layout_width="match_parent"

android:layout_height="match_parent"

android:textAlignment="center"

tools:context=".MainActivity" xmlns:android="/apk/res/android">

android:id="@+id/textView1"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_alignParentTop="true"

android:layout_marginTop="20dp"

android:gravity="center"

android:text="@string/app_name"

android:textAlignment="center"

android:textAppearance="?android:attr/textAppearanceLarge" />

android:id="@+id/tableRow1"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_below="@+id/textView1"

android:layout_centerHorizontal="true"

android:layout_marginTop="55dp" >

android:id="@+id/textViewMyHeightLable"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/labelHeight"

android:textAppearance="?android:attr/textAppearanceMedium" />

android:id="@+id/myHeight"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:ems="10"

android:inputType="number" >

android:id="@+id/tableRow2"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_below="@+id/tableRow1"

android:layout_centerHorizontal="true"

android:layout_marginTop="5dp" >

android:id="@+id/textViewMyWeightLable"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/lableWeight"

android:textAppearance="?android:attr/textAppearanceMedium" />

android:id="@+id/myWeight"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:ems="10"

android:inputType="number" >

android:id="@+id/tableRow3"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_below="@+id/tableRow2"

android:layout_centerHorizontal="true"

android:gravity="left"

android:layout_marginTop="10dp"

>

android:id="@+id/textViewMySexLable"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/labelSex"

android:textAppearance="?android:attr/textAppearanceMedium" />

android:id="@+id/radioGroup1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:orientation="horizontal" >

android:id="@+id/radioMan"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:checked="true"

android:text="@string/labelSexMan" />

android:id="@+id/radioWoman"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:checked="false"

android:text="@string/labelSexWoman" />

android:id="@+id/tableRow4"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_below="@+id/tableRow3"

android:layout_centerHorizontal="true"

android:layout_marginTop="30dp"

android:gravity="center" >

android:id="@+id/buttonCalculate"

android:layout_width="150dp"

android:layout_height="wrap_content"

android:text="@string/buttonText" />

android:id="@+id/textViewResult"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentLeft="true"

android:layout_below="@+id/tableRow4"

android:layout_marginTop="20dp"

android:textAppearance="?android:attr/textAppearanceLarge" />

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。