:::

3-2 res\layout\main.xml

01<?xml version="1.0" encoding="utf-8"?>
02<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
03    android:layout_width="fill_parent"
04    android:layout_height="wrap_content"
05    android:orientation="vertical" >
06 
07    <TextView
08        android:layout_width="fill_parent"
09        android:layout_height="wrap_content"
10        android:text="@string/hello" />
11 
12    <TextView
13        android:id="@+id/textView1"
14        android:layout_width="wrap_content"
15        android:layout_height="wrap_content"
16        android:text="@string/bmi_height" />
17 
18    <EditText
19        android:id="@+id/height"
20        android:layout_width="match_parent"
21        android:layout_height="wrap_content"
22        android:inputType="number|numberDecimal" >
23 
24        <requestFocus />
25    </EditText>
26 
27 
28    <TextView
29        android:id="@+id/textView2"
30        android:layout_width="wrap_content"
31        android:layout_height="wrap_content"
32        android:text="@string/bmi_weight" />
33 
34 
35 
36 
37    <EditText
38        android:id="@+id/weight"
39        android:layout_width="match_parent"
40        android:layout_height="wrap_content"
41        android:inputType="number|numberDecimal" />
42 
43 
44 
45 
46    <Button
47        android:id="@+id/submit"
48        android:layout_width="match_parent"
49        android:layout_height="wrap_content"
50        android:text="@string/bmi_btn" />
51 
52 
53 
54    <TextView
55        android:id="@+id/result"
56        android:layout_width="wrap_content"
57        android:layout_height="wrap_content"
58        android:text="@string/bmi_result" />
59 
60 
61    <TextView
62        android:id="@+id/suggest"
63        android:layout_width="wrap_content"
64        android:layout_height="wrap_content"
65        android:text="" />
66 
67 
68 
69    <TextView
70        android:id="@+id/goodWeight"
71        android:layout_width="wrap_content"
72        android:layout_height="wrap_content"
73        android:text="@string/goodWeight" />
74 
75</LinearLayout>

:::

搜尋

QR Code 區塊

https%3A%2F%2Ftad0616.net%2Fmodules%2Ftad_book3%2Fpage.php%3Ftbdsn%3D589%26tbsn%3D21

書籍目錄

展開 | 闔起

線上使用者

47人線上 (15人在瀏覽線上書籍)

會員: 0

訪客: 47

更多…