WEB开发网
开发学院手机开发Android 开发 Android HttpConnect 阅读

Android HttpConnect

 2010-10-19 20:17:34 来源:WEB开发网   
核心提示:17. android:text="@string/b1"18. />19. < Button20. android:id="@+id/b2_id"21. android:layout_width="fill_parent"22. android:

17. android:text="@string/b1"

18. />

19. < Button

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

21. android:layout_width="fill_parent"

22. android:layout_height="wrap_content"

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

24. />

25. < /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:id="@+id/tv1_id" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> < Button android:id="@+id/b1_id" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/b1" /> < Button android:id="@+id/b2_id" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/b2" /> < /LinearLayout>

view plaincopy to clipboardprint?

1. < ?xml version="1.0" encoding="utf-8"?>

2. < resources>

3. < string name="hello">Hello World, HttpConnect!< /string>

4. < string name="app_name">HttpConnect< /string>

5. < string name="b1">button1< /string>

6. < string name="b2">button2< /string>

7. < /resources>

< ?xml version="1.0" encoding="utf-8"?> < resources> < string name="hello">Hello World, HttpConnect!< /string> < string name="app_name">HttpConnect< /string> < string name="b1">button1< /string> < string name="b2">button2< /string> < /resources>

view plaincopy to clipboardprint?

1. < ?xml version="1.0" encoding="utf-8"?>

2. < manifest xmlns:android="http://schemas.android.com/apk/res/android"

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

Tags:Android HttpConnect

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