WEB开发网
开发学院手机开发Android 开发 Android 数据存储 阅读

Android 数据存储

 2010-04-10 04:46:00 来源:WEB开发网   
核心提示:11. android:text="@string/app_name"12. / >13. < Button14. android:text="@string/button1"15. android:id="@+id/button1"16. and

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

12. / >

13. < Button

14. android:text="@string/button1"

15. android:id="@+id/button1"

16. android:layout_width="wrap_content"

17. android:layout_height="wrap_content"

18. >< /Button>

19. < Button

20. android:text="@string/button2"

21. android:id="@+id/button2"

22. android:layout_width="wrap_content"

23. android:layout_height="wrap_content"

24. >< /Button>

25. < Button

26. android:text="@string/button3"

27. android:id="@+id/button3"

28. android:layout_width="wrap_content"

29. android:layout_height="wrap_content"

30. >< /Button>

31. < Button

32. android:text="@string/button4"

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

34. android:layout_width="wrap_content"

35. android:layout_height="wrap_content"

36. >< /Button>

37. < Button

38. android:text="@string/button5"

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

40. android:layout_width="wrap_content"

41. android:layout_height="wrap_content"

42. >< /Button>

43.

44. < /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" > < TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/app_name" / > < Button android:text="@string/button1" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" >< /Button> < Button android:text="@string/button2"

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

Tags:Android 数据 存储

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