WEB开发网
开发学院手机开发Android 开发 Android HelloWord 编写方式介绍 阅读

Android HelloWord 编写方式介绍

 2010-02-10 06:45:00 来源:WEB开发网   
核心提示:3.在Android HelloWord编写中,新建activityFrameLayout类和activityFrameLayout.xml文件Java代码< ?xml version="1.0" encoding="utf-8"?> < LinearLay

3.在Android HelloWord编写中,新建activityFrameLayout类和activityFrameLayout.xml文件

Java代码

  1. < ?xml version="1.0" encoding="utf-8"?>   
  2. < LinearLayout xmlns:android=
    "http://schemas.android.com/apk/res/android"   
  3. android:orientation="vertical"   
  4. android:layout_width="fill_parent"   
  5. android:layout_height="fill_parent"   
  6. >   
  7. < TextView   
  8. android:layout_width="fill_parent"   
  9. android:layout_height="wrap_content"   
  10. android:text="Hello xiaoshengDAI"   
  11. />   
  12. < /LinearLayout>   
  13. < ?xml version="1.0" encoding="utf-8"?> 
  14. < LinearLayout xmlns:android=
    "http://schemas.android.com/apk/res/android" 
  15. android:orientation="vertical" 
  16. android:layout_width="fill_parent" 
  17. android:layout_height="fill_parent" 
  18. > 
  19. < TextView   
  20. android:layout_width="fill_parent"   
  21. android:layout_height="wrap_content"   
  22. android:text="Hello xiaoshengDAI" 
  23. /> 
  24. < /LinearLayout> 

上一页  1 2 3 4  下一页

Tags:Android HelloWord 编写

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