WEB开发网
开发学院手机开发Android 开发 Android Activity 中常见的控件 阅读

Android Activity 中常见的控件

 2010-09-10 01:12:00 来源:WEB开发网   
核心提示:9. android:layout_width="fill_parent"10. android:layout_height="wrap_content"11. />12. < TextView13. android:id="@+id/strCheng&qu

9. android:layout_width="fill_parent"

10. android:layout_height="wrap_content"

11. />

12. < TextView

13. android:id="@+id/strCheng"

14. android:layout_width="wrap_content"

15. android:layout_height="wrap_content"

16. />

17. < EditText

18. android:id="@+id/strTwo"

19. android:layout_width="fill_parent"

20. android:layout_height="wrap_content"

21. />

22. < Button

23. android:id="@+id/button"

24. android:layout_width="wrap_content"

25. android:layout_height="wrap_content"

26. />

27. < /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" > < EditText android:id="@+id/strOne" android:layout_width="fill_parent" android:layout_height="wrap_content" /> < TextView android:id="@+id/strCheng" android:layout_width="wrap_content" android:layout_height="wrap_content" /> < EditText android:id="@+id/strTwo" android:layout_width="fill_parent" android:layout_height="wrap_content" /> < Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" /> < /LinearLayout>

result.xml

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:id="@+id/textView"

9. android:layout_width="wrap_content"

10. android:layout_height="wrap_content"

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

Tags:Android Activity 常见

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