OSDN Git Service

New API demos showing use of tabs with fragments.
authorDianne Hackborn <hackbod@google.com>
Mon, 13 Jun 2011 20:48:13 +0000 (13:48 -0700)
committerDianne Hackborn <hackbod@google.com>
Mon, 13 Jun 2011 23:27:17 +0000 (16:27 -0700)
commitbe6b6b494f094eea0abcd83eb8770bc4b9f7e34e
tree2c8c2cf1da4a6fc7b2018f8cd3910b70400957f3
parente4ccbd68ec540739819bea7e109d29d08a54122a
New API demos showing use of tabs with fragments.

Also various cleanup in other demos.

Change-Id: I4f5669117e28312bcd4b28795c5eca5f4ab6dcfb
25 files changed:
samples/ApiDemos/AndroidManifest.xml
samples/ApiDemos/res/values/strings.xml
samples/ApiDemos/src/com/example/android/apis/app/ActionBarTabs.java
samples/ApiDemos/src/com/example/android/apis/app/FragmentTabs.java [new file with mode: 0644]
samples/ApiDemos/src/com/example/android/apis/app/LoaderCursor.java
samples/ApiDemos/src/com/example/android/apis/app/LoaderCustom.java
samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java
samples/ApiDemos/src/com/example/android/apis/app/_index.html
samples/Support13Demos/AndroidManifest.xml
samples/Support13Demos/res/values/strings.xml
samples/Support13Demos/src/com/example/android/supportv13/app/ActionBarTabsPager.java [new file with mode: 0644]
samples/Support13Demos/src/com/example/android/supportv13/app/CountingFragment.java [new file with mode: 0644]
samples/Support13Demos/src/com/example/android/supportv13/app/CursorFragment.java [new file with mode: 0644]
samples/Support13Demos/src/com/example/android/supportv13/app/_index.html
samples/Support4Demos/AndroidManifest.xml
samples/Support4Demos/res/layout/fragment_tabs.xml [new file with mode: 0644]
samples/Support4Demos/res/layout/fragment_tabs_pager.xml [new file with mode: 0644]
samples/Support4Demos/res/layout/list_item_icon_text.xml [new file with mode: 0644]
samples/Support4Demos/res/values/strings.xml
samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabs.java [new file with mode: 0644]
samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabsPager.java [new file with mode: 0644]
samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCursorSupport.java
samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java [new file with mode: 0644]
samples/Support4Demos/src/com/example/android/supportv4/app/LoaderThrottleSupport.java
samples/Support4Demos/src/com/example/android/supportv4/app/_index.html