equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 android:layout_width="fill_parent" |
|
4 android:layout_height="fill_parent" |
|
5 android:orientation="vertical" > |
|
6 |
|
7 <Button |
|
8 android:id="@+id/bHack_1" |
|
9 android:layout_width="fill_parent" |
|
10 android:layout_height="wrap_content" |
|
11 android:layout_weight="1" |
|
12 android:text="hack dir" /> |
|
13 |
|
14 <Button |
|
15 android:id="@+id/bHack_2" |
|
16 android:layout_width="fill_parent" |
|
17 android:layout_height="wrap_content" |
|
18 android:layout_weight="1" |
|
19 android:text="put net" /> |
|
20 |
|
21 <Button |
|
22 android:id="@+id/bHack_3" |
|
23 android:layout_width="fill_parent" |
|
24 android:layout_height="wrap_content" |
|
25 android:layout_weight="1" |
|
26 android:text="close net" /> |
|
27 |
|
28 <Button |
|
29 android:id="@+id/bHack_4" |
|
30 android:layout_width="fill_parent" |
|
31 android:layout_height="wrap_content" |
|
32 android:layout_weight="1" |
|
33 android:text="hack SD card" /> |
|
34 |
|
35 </LinearLayout> |