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

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_wi

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.

上一页  1 2 3 4 5 6 7 8  下一页

Tags:Android 拍照 上传

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