SDK only: add documentation tags.

Also fix up the new support API demo documentation.

Change-Id: I7a6945ffafa6a93cd394d5ce5729d6f9dfc0a183
This commit is contained in:
Dianne Hackborn
2011-06-16 13:35:51 -07:00
parent b0b4bcfc31
commit 102041a8bc
5 changed files with 10 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ package com.example.android.apis.app;
import com.example.android.apis.R;
//BEGIN_INCLUDE(complete)
import android.app.ActionBar;
import android.app.ActionBar.Tab;
import android.app.Activity;
@@ -114,3 +115,4 @@ public class FragmentTabs extends Activity {
}
}
}
//END_INCLUDE(complete)

View File

@@ -1,8 +1,8 @@
<p>The Support v4 Demos application contains a variety of small sample
code showing how to use key features of the support library.
<p>The Support v13 Demos application contains a variety of small sample
code showing how to use key features of the Android API 13+ Support Library.
This library contains code that you can
build in to your application to access new features and common
utilities while being able to run down to version 1.6 (API 4)
utilities while being able to run down to version 3.2 (API 13)
of the platform.
</p>

View File

@@ -1,5 +1,5 @@
<p>The Support v4 Demos application contains a variety of small sample
code showing how to use key features of the support library.
code showing how to use key features of the Android API 4+ Support Library.
This library contains code that you can
build in to your application to access new features and common
utilities while being able to run down to version 1.6 (API 4)

View File

@@ -18,6 +18,7 @@
*/
-->
<!-- BEGIN_INCLUDE(complete) -->
<TabHost
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
@@ -50,3 +51,4 @@
</LinearLayout>
</TabHost>
<!-- END_INCLUDE(complete) -->

View File

@@ -15,6 +15,7 @@
*/
package com.example.android.supportv4.app;
//BEGIN_INCLUDE(complete)
import java.util.HashMap;
import com.example.android.supportv4.R;
@@ -167,3 +168,4 @@ public class FragmentTabs extends FragmentActivity {
}
}
}
//END_INCLUDE(complete)