development
修订版 | e5062a33a9714a1cd81efaef3924cac2687ee4f8 (tree) |
---|---|
时间 | 2011-06-17 06:52:21 |
作者 | Dianne Hackborn <hackbod@goog...> |
Commiter | Android Git Automerger |
am 102041a8: SDK only: add documentation tags.
* commit '102041a8bc4ebca69c20f5d281a96a904c52d4c8':
@@ -17,6 +17,7 @@ package com.example.android.apis.app; | ||
17 | 17 | |
18 | 18 | import com.example.android.apis.R; |
19 | 19 | |
20 | +//BEGIN_INCLUDE(complete) | |
20 | 21 | import android.app.ActionBar; |
21 | 22 | import android.app.ActionBar.Tab; |
22 | 23 | import android.app.Activity; |
@@ -114,3 +115,4 @@ public class FragmentTabs extends Activity { | ||
114 | 115 | } |
115 | 116 | } |
116 | 117 | } |
118 | +//END_INCLUDE(complete) |
@@ -1,8 +1,8 @@ | ||
1 | -<p>The Support v4 Demos application contains a variety of small sample | |
2 | -code showing how to use key features of the support library. | |
1 | +<p>The Support v13 Demos application contains a variety of small sample | |
2 | +code showing how to use key features of the Android API 13+ Support Library. | |
3 | 3 | This library contains code that you can |
4 | 4 | build in to your application to access new features and common |
5 | -utilities while being able to run down to version 1.6 (API 4) | |
5 | +utilities while being able to run down to version 3.2 (API 13) | |
6 | 6 | of the platform. |
7 | 7 | </p> |
8 | 8 |
@@ -1,5 +1,5 @@ | ||
1 | 1 | <p>The Support v4 Demos application contains a variety of small sample |
2 | -code showing how to use key features of the support library. | |
2 | +code showing how to use key features of the Android API 4+ Support Library. | |
3 | 3 | This library contains code that you can |
4 | 4 | build in to your application to access new features and common |
5 | 5 | utilities while being able to run down to version 1.6 (API 4) |
@@ -18,6 +18,7 @@ | ||
18 | 18 | */ |
19 | 19 | --> |
20 | 20 | |
21 | +<!-- BEGIN_INCLUDE(complete) --> | |
21 | 22 | <TabHost |
22 | 23 | xmlns:android="http://schemas.android.com/apk/res/android" |
23 | 24 | android:id="@android:id/tabhost" |
@@ -50,3 +51,4 @@ | ||
50 | 51 | |
51 | 52 | </LinearLayout> |
52 | 53 | </TabHost> |
54 | +<!-- END_INCLUDE(complete) --> |
@@ -15,6 +15,7 @@ | ||
15 | 15 | */ |
16 | 16 | package com.example.android.supportv4.app; |
17 | 17 | |
18 | +//BEGIN_INCLUDE(complete) | |
18 | 19 | import java.util.HashMap; |
19 | 20 | |
20 | 21 | import com.example.android.supportv4.R; |
@@ -167,3 +168,4 @@ public class FragmentTabs extends FragmentActivity { | ||
167 | 168 | } |
168 | 169 | } |
169 | 170 | } |
171 | +//END_INCLUDE(complete) |