WEB开发网
开发学院手机开发Android 开发 Android 拍照上传程序的 xml 配置文件 阅读

Android 拍照上传程序的 xml 配置文件

 2010-03-11 15:57:00 来源:WEB开发网   
核心提示: 要使用文章源代码请将“《”换成“<”,请将“》”换成“>”1. login_window.xmlview plaincopy to clipboardprint?1. 《?xml version="1.0" encoding="utf-8"?》2.3. 《Linea

  要使用文章源代码请将“《”换成“<”,请将“》”换成“>”

1. login_window.xml

view plaincopy to clipboardprint?

1. 《?xml version="1.0" encoding="utf-8"?》

2.

3. 《LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

4. android:orientation="vertical" android:layout_width="fill_parent"

5. android:layout_height="fill_parent"

6. android:background="@drawable/bg_logo"

7. 》

8.

9. 《TextView android:layout_width="wrap_content"

10. android:layout_height="wrap_content"

11. android:layout_marginLeft="20dip"

12. android:layout_marginRight="20dip"

13. android:text="@string/user_name"

14. /》

15. 《EditText

16. android:id="@+id/username"

17. android:layout_width="fill_parent"

18. android:layout_height="wrap_content"

19. android:layout_marginLeft="20dip"

20. android:layout_marginRight="20dip"

21. android:scrollHorizontally="true"

22. android:autoText="false"

23. android:text="user"

24. android:capitalize="none"

25. android:gravity="fill_horizontal"

26. android:textAppearance="?android:attr/textAppearanceMedium"

27. /》

28.

29. 《TextView android:layout_width="wrap_content"

30. android:layout_height="wrap_content"

31. android:layout_marginLeft="20dip"

32. android:layout_marginRight="20dip"

33. android:text="@string/user_passwd" /》

34.

35. 《EditText android:id="@+id/userpasswd"

36. android:layout_width="fill_parent"

37. android:layout_height="wrap_content"

38. android:layout_marginLeft="20dip"

39. android:layout_marginRight="20dip"

40. android:scrollHorizontally="true"

1 2 3 4 5 6  下一页

Tags:Android 拍照 上传

编辑录入:coldstar [复制链接] [打 印]
赞助商链接