WEB开发网
开发学院手机开发Android 开发 Android单选和多选择按钮 阅读

Android单选和多选择按钮

 2010-10-12 02:13:00 来源:本站整理   
核心提示:6. >7. < TextView8. android:id="@+id/textView1"9. android:layout_width="fill_parent"10. android:layout_height="wrap_content"

6. >

7. < TextView

8. android:id="@+id/textView1"

9. android:layout_width="fill_parent"

10. android:layout_height="wrap_content"

11. android:text="@string/hello"

12. />

13. < RadioGroup

14. android:id="@+id/genderGroup"

15. android:layout_width="wrap_content"

16. android:layout_height="wrap_content"

17. android:orientation="vertical"

18. >

19. < RadioButton

20. android:id="@+id/femaleButton"

21. android:layout_width="wrap_content"

22. android:layout_height="wrap_content"

23. android:text="@string/female"

24. />

25. < RadioButton

26. android:id="@+id/maleButton"

27. android:layout_width="wrap_content"

28. android:layout_height="wrap_content"

29. android:text="@string/male"

30. />

31. < /RadioGroup>

32. < CheckBox

33. android:id="@+id/swim"

34. android:layout_width="wrap_content"

35. android:layout_height="wrap_content"

36. android:text="@string/swim"

37. />

38. < CheckBox

39. android:id="@+id/run"

40. android:layout_width="wrap_content"

41. android:layout_height="wrap_content"

42. android:text="@string/run"

43. />

44. < CheckBox

45. android:id="@+id/read"

46. android:layout_width="wrap_content"

47. android:layout_height="wrap_content"

48. android:text="@string/read"

49. />

50. < /LinearLayout>

  下载源代码:php?file_id=63">http://code.cnmsdn.com/viewfile.php?file_id=63

上一页  1 2 3 4 5 

Tags:Android 单选 选择

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