Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
frameworks_base
Commits
f4b2ba18
Commit
f4b2ba18
authored
13 years ago
by
Roman Nurik
Browse files
Options
Download
Email Patches
Plain Diff
Add ActionBarCompat sample (CL 2 of 2)
Change-Id: Ie64eaad0c5cd148288ee48c524ff3516522fc10f
parent
67f9d32e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
Android.mk
Android.mk
+6
-4
docs/html/resources/resources-data.js
docs/html/resources/resources-data.js
+10
-0
docs/html/resources/samples/images/ActionBarCompat1.png
docs/html/resources/samples/images/ActionBarCompat1.png
+0
-0
docs/html/resources/samples/images/ActionBarCompat2.png
docs/html/resources/samples/images/ActionBarCompat2.png
+0
-0
No files found.
Android.mk
View file @
f4b2ba18
...
...
@@ -400,6 +400,8 @@ web_docs_sample_code_flags := \
resources/samples/AccessibilityService
"Accessibility Service"
\
-samplecode
$(sample_dir)
/AccelerometerPlay
\
resources/samples/AccelerometerPlay
"Accelerometer Play"
\
-samplecode
$(sample_dir)
/ActionBarCompat
\
resources/samples/ActionBarCompat
"Action Bar Compatibility"
\
-samplecode
$(sample_dir)
/AndroidBeam
\
resources/samples/AndroidBeam
"Android Beam"
\
-samplecode
$(sample_dir)
/ApiDemos
\
...
...
@@ -416,12 +418,12 @@ web_docs_sample_code_flags := \
resources/samples/BusinessCard
"Business Card"
\
-samplecode
$(sample_dir)
/ContactManager
\
resources/samples/ContactManager
"Contact Manager"
\
-samplecode
$(sample_dir)
/CubeLiveWallpaper
\
resources/samples/CubeLiveWallpaper
"Cube Live Wallpaper"
\
-samplecode
$(sample_dir)
/CubeLiveWallpaper
\
resources/samples/CubeLiveWallpaper
"Cube Live Wallpaper"
\
-samplecode
$(sample_dir)
/Home
\
resources/samples/Home
"Home"
\
-samplecode
$(sample_dir)
/HoneycombGallery
\
resources/samples/HoneycombGallery
"Honeycomb Gallery"
\
-samplecode
$(sample_dir)
/HoneycombGallery
\
resources/samples/HoneycombGallery
"Honeycomb Gallery"
\
-samplecode
$(sample_dir)
/JetBoy
\
resources/samples/JetBoy
"JetBoy"
\
-samplecode
$(sample_dir)
/LunarLander
\
...
...
This diff is collapsed.
Click to expand it.
docs/html/resources/resources-data.js
View file @
f4b2ba18
...
...
@@ -407,6 +407,16 @@ var ANDROID_RESOURCES = [
en
:
'
Illustrates an accessibility service that provides custom feedback for the Clock application which comes by default with Android devices
'
}
},
{
tags
:
[
'
sample
'
,
'
new
'
,
'
ui
'
,
'
compatibility
'
,
'
newfeature
'
],
path
:
'
samples/ActionBarCompat/index.html
'
,
title
:
{
en
:
'
Action Bar Compatibility
'
},
description
:
{
en
:
'
Shows how to use the action bar on both pre-API 11 and API 11+ devices, maximizing code re-use.
'
}
},
{
tags
:
[
'
sample
'
,
'
new
'
],
path
:
'
samples/AndroidBeam/index.html
'
,
...
...
This diff is collapsed.
Click to expand it.
docs/html/resources/samples/images/ActionBarCompat1.png
0 → 100644
View file @
f4b2ba18
19.2 KB
This diff is collapsed.
Click to expand it.
docs/html/resources/samples/images/ActionBarCompat2.png
0 → 100644
View file @
f4b2ba18
21.7 KB
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment