WEB开发网
开发学院手机开发Android 开发 android布局之LinearLayout 阅读

android布局之LinearLayout

 2010-05-29 06:00:00 来源:WEB开发网   
核心提示:33. 度越高)。34. -- >35. < LinearLayout36. android:orientation="horizontal"37. android:layout_width="fill_parent"38. android:layout_height

33. 度越高)。

34. -- >

35. < LinearLayout

36. android:orientation="horizontal"

37. android:layout_width="fill_parent"

38. android:layout_height="fill_parent"

39. android:layout_weight="1" >

40. < TextView

41. android:text="red"

42. android:gravity="center_horizontal"

43. android:background="#aa0000"

44. android:layout_width="wrap_content"

45. android:layout_height="fill_parent"

46. android:layout_weight="1"/ >

47.

48. < TextView

49. android:text="green"

50. android:gravity="center_horizontal"

51. android:background="#00aa00"

52. android:layout_width="wrap_content"

53. android:layout_height="fill_parent"

54. android:layout_weight="1"/ >

55.

56. < TextView

57. android:text="blue"

58. android:gravity="center_horizontal"

59. android:background="#0000aa"

60. android:layout_width="wrap_content"

61. android:layout_height="fill_parent"

62. android:layout_weight="1"/ >

63.

64. < TextView

65. android:text="yellow"

66. android:gravity="center_horizontal"

67. android:background="#aaaa00"

68. android:layout_width="wrap_content"

69. android:layout_height="fill_parent"

70. android:layout_weight="1"/ >

71.

72. < /LinearLayout >

73.

74. < LinearLayout

75. android:orientation="vertical"

76. android:layout_width="fill_parent"

77. android:layout_height="fill_parent"

78. android:layout_weight="2" >

79.

80. < TextView

81. android:text="row one"

82. android:textSize="15pt"

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

Tags:android 布局 LinearLayout

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