Android 拍照上传程序的 xml 配置文件
2010-03-11 15:57:00 来源:WEB开发网41. android:autoText="false"
42. android:text="user"
43. android:capitalize="none"
44. android:gravity="fill_horizontal"
45. android:password="true"
46. android:textAppearance="?android:attr/textAppearanceMedium" /》
47.
48. 《CheckBox android:id="@+id/cbx_cmwap"
49. android:text="CMWAP"
50. android:checked="false"
51. android:layout_marginLeft="20dip"
52. android:layout_marginRight="20dip"
53. android:layout_width="wrap_content"
54. android:layout_height="wrap_content" /》
55.
56. 《RelativeLayout android:orientation="horizontal"
57. android:layout_width="wrap_content"
58. android:layout_height="wrap_content"》
59.
60. 《Button android:id="@+id/login_button"
61. android:text="LOGIN"
62. android:layout_marginLeft="20dip"
63. android:layout_marginRight="20dip"
64. android:layout_alignParentRight="true"
65. android:layout_width="wrap_content"
66. android:layout_height="wrap_content" /》
67.
68. 《Button android:id="@+id/exit_button"
69. android:text="EXIT"
70. android:layout_marginLeft="20dip"
71. android:layout_marginRight="20dip"
72. android:layout_toLeftOf="@id/login_button"
73. android:layout_width="wrap_content"
74. android:layout_height="wrap_content" /》
75.
76. 《/RelativeLayout》
77.
78. 《/LinearLayout》
《?xml version="1.0" encoding="utf-8"?》 《LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/bg_logo" 》 《TextView android:layout_width="wrap_content"
更多精彩
赞助商链接