Android 拍照上传程序的 xml 配置文件
2010-03-11 15:57:00 来源:WEB开发网23. android:gravity="fill_horizontal"
24. android:textAppearance="?android:attr/textAppearanceMedium"
25. /》
26.
27. 《TextView android:layout_width="wrap_content"
28. android:layout_height="wrap_content"
29. android:layout_marginLeft="20dip"
30. android:layout_marginRight="20dip"
31. android:text="@string/server_port" /》
32.
33. 《EditText android:id="@+id/serverport"
34. android:layout_width="fill_parent"
35. android:layout_height="wrap_content"
36. android:layout_marginLeft="20dip"
37. android:layout_marginRight="20dip"
38. android:scrollHorizontally="true"
39. android:autoText="false"
40. android:capitalize="none"
41. android:gravity="fill_horizontal"
42. android:textAppearance="?android:attr/textAppearanceMedium" /》
43.
44. 《RelativeLayout android:orientation="horizontal"
45. android:layout_width="wrap_content"
46. android:layout_height="wrap_content"》
47.
48. 《Button android:id="@+id/ok_button"
49. android:text="@string/ok_button"
50. android:layout_marginLeft="20dip"
51. android:layout_marginRight="20dip"
52. android:layout_alignParentRight="true"
53. android:layout_width="wrap_content"
54. android:layout_height="wrap_content" /》
55.
56. 《Button android:id="@+id/back_button"
57. android:text="@string/back_button"
58. android:layout_marginLeft="20dip"
59. android:layout_marginRight="20dip"
60. android:layout_toLeftOf="@id/ok_button"
61. android:layout_width="wrap_content"
62. android:layout_height="wrap_content" /》
63.
64. 《/RelativeLayout》
65.
更多精彩
赞助商链接