下载此文档

BMI身高体重指数计算器forAndroid.doc


文档分类:生活休闲 | 页数:约4页 举报非法文档有奖
1/4
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/4 下载此文档
文档列表 文档介绍
----------------------------------------------------------------------------------------------------------------------
<?xml version="" encoding="utf-8"?>
<resources>
<string name="app_name">BMI身高体重指数计算器</string>
</resources>
----------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------
<?xml version="" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas./apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="请输入您的身高:单位(米)"
android:textColor="#00000F"
android:textSize="20dp"
/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/height"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="请输入您的体重:单位(千克)"
android:textColor="#00000F"
android:textSize="20dp"
/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/weight"
android:inputType="number"
/>
<Button
android:layout_width="wrap_content"
android:layout_height=

BMI身高体重指数计算器forAndroid 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数4
  • 收藏数0 收藏
  • 顶次数0
  • 上传人xunlai783
  • 文件大小59 KB
  • 时间2018-06-24