summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/design/building-blocks/buttons.html12
-rw-r--r--docs/html/design/building-blocks/dialogs.html12
-rw-r--r--docs/html/design/building-blocks/grid-lists.html12
-rw-r--r--docs/html/design/building-blocks/index.html12
-rw-r--r--docs/html/design/building-blocks/lists.html12
-rw-r--r--docs/html/design/building-blocks/pickers.html12
-rw-r--r--docs/html/design/building-blocks/progress.html12
-rw-r--r--docs/html/design/building-blocks/scrolling.html12
-rw-r--r--docs/html/design/building-blocks/seek-bars.html12
-rw-r--r--docs/html/design/building-blocks/spinners.html12
-rw-r--r--docs/html/design/building-blocks/switches.html12
-rw-r--r--docs/html/design/building-blocks/tabs.html12
-rw-r--r--docs/html/design/building-blocks/text-fields.html12
-rw-r--r--docs/html/design/get-started/creative-vision.html12
-rw-r--r--docs/html/design/get-started/principles.html12
-rw-r--r--docs/html/design/get-started/ui-overview.html12
-rw-r--r--docs/html/design/index.html12
-rw-r--r--docs/html/design/patterns/actionbar.html12
-rw-r--r--docs/html/design/patterns/app-structure.html12
-rw-r--r--docs/html/design/patterns/compatibility.html12
-rw-r--r--docs/html/design/patterns/gestures.html12
-rw-r--r--docs/html/design/patterns/index.html12
-rw-r--r--docs/html/design/patterns/multi-pane-layouts.html12
-rw-r--r--docs/html/design/patterns/navigation.html12
-rw-r--r--docs/html/design/patterns/new-4-0.html12
-rw-r--r--docs/html/design/patterns/notifications.html12
-rw-r--r--docs/html/design/patterns/pure-android.html12
-rw-r--r--docs/html/design/patterns/selection.html12
-rw-r--r--docs/html/design/patterns/swipe-views.html12
-rw-r--r--docs/html/design/style/color.html12
-rw-r--r--docs/html/design/style/devices-displays.html12
-rw-r--r--docs/html/design/style/iconography.html12
-rw-r--r--docs/html/design/style/index.html12
-rw-r--r--docs/html/design/style/metrics-grids.html12
-rw-r--r--docs/html/design/style/themes.html12
-rw-r--r--docs/html/design/style/touch-feedback.html12
-rw-r--r--docs/html/design/style/typography.html12
-rw-r--r--docs/html/design/style/writing.html12
38 files changed, 228 insertions, 228 deletions
diff --git a/docs/html/design/building-blocks/buttons.html b/docs/html/design/building-blocks/buttons.html
index 94df548..cc43fcb 100644
--- a/docs/html/design/building-blocks/buttons.html
+++ b/docs/html/design/building-blocks/buttons.html
@@ -81,7 +81,7 @@ Android Design - Buttons
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -157,16 +157,16 @@ than basic buttons and integrate nicely with other content.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/dialogs.html b/docs/html/design/building-blocks/dialogs.html
index e0c5f52..fc00780 100644
--- a/docs/html/design/building-blocks/dialogs.html
+++ b/docs/html/design/building-blocks/dialogs.html
@@ -81,7 +81,7 @@ Android Design - Dialogs
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -231,16 +231,16 @@ continue editing later. Toasts automatically disappear after a timeout.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/grid-lists.html b/docs/html/design/building-blocks/grid-lists.html
index 9ce7214..b4cfdcb 100644
--- a/docs/html/design/building-blocks/grid-lists.html
+++ b/docs/html/design/building-blocks/grid-lists.html
@@ -81,7 +81,7 @@ Android Design - Grid Lists
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -199,16 +199,16 @@ control the contrast and ensures legibility of the labels while letting the cont
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/index.html b/docs/html/design/building-blocks/index.html
index f8003e1..c99d85c 100644
--- a/docs/html/design/building-blocks/index.html
+++ b/docs/html/design/building-blocks/index.html
@@ -94,7 +94,7 @@ Android Design - Building Blocks
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -137,16 +137,16 @@ Android Design - Building Blocks
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/lists.html b/docs/html/design/building-blocks/lists.html
index 3b978e1..914ae9e 100644
--- a/docs/html/design/building-blocks/lists.html
+++ b/docs/html/design/building-blocks/lists.html
@@ -81,7 +81,7 @@ Android Design - Lists
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -150,16 +150,16 @@ well as drilldown navigation.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/pickers.html b/docs/html/design/building-blocks/pickers.html
index ecb6b05..4c95a9f 100644
--- a/docs/html/design/building-blocks/pickers.html
+++ b/docs/html/design/building-blocks/pickers.html
@@ -81,7 +81,7 @@ Android Design - Pickers
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -153,16 +153,16 @@ correctly. The format of a time and date picker adjusts automatically to the loc
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/progress.html b/docs/html/design/building-blocks/progress.html
index 7fa830d..7aae913 100644
--- a/docs/html/design/building-blocks/progress.html
+++ b/docs/html/design/building-blocks/progress.html
@@ -81,7 +81,7 @@ Android Design - Progress and Activity
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -199,16 +199,16 @@ blank content area, but not in a smaller dialog box.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/scrolling.html b/docs/html/design/building-blocks/scrolling.html
index db8018e..3f1167c 100644
--- a/docs/html/design/building-blocks/scrolling.html
+++ b/docs/html/design/building-blocks/scrolling.html
@@ -81,7 +81,7 @@ Android Design - Scrolling
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -154,16 +154,16 @@ letter to pop up in a prominent way.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/seek-bars.html b/docs/html/design/building-blocks/seek-bars.html
index 070ae52..84cf5d2 100644
--- a/docs/html/design/building-blocks/seek-bars.html
+++ b/docs/html/design/building-blocks/seek-bars.html
@@ -81,7 +81,7 @@ Android Design - Seek Bars and Sliders
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -156,16 +156,16 @@ such as volume, brightness, or color saturation.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/spinners.html b/docs/html/design/building-blocks/spinners.html
index 4ae5fd1..bf21fe8 100644
--- a/docs/html/design/building-blocks/spinners.html
+++ b/docs/html/design/building-blocks/spinners.html
@@ -81,7 +81,7 @@ Android Design - Spinners
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -156,16 +156,16 @@ tabs.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/switches.html b/docs/html/design/building-blocks/switches.html
index 2c4b3d4..3d7bc9c 100644
--- a/docs/html/design/building-blocks/switches.html
+++ b/docs/html/design/building-blocks/switches.html
@@ -81,7 +81,7 @@ Android Design - Switches
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -147,16 +147,16 @@ consider a spinner, which uses less space.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/tabs.html b/docs/html/design/building-blocks/tabs.html
index 39e933c..c094cce 100644
--- a/docs/html/design/building-blocks/tabs.html
+++ b/docs/html/design/building-blocks/tabs.html
@@ -81,7 +81,7 @@ Android Design - Tabs
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -179,16 +179,16 @@ permits fast view switching even on narrower screens.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/building-blocks/text-fields.html b/docs/html/design/building-blocks/text-fields.html
index eac472f..6496fa5 100644
--- a/docs/html/design/building-blocks/text-fields.html
+++ b/docs/html/design/building-blocks/text-fields.html
@@ -81,7 +81,7 @@ Android Design - Text Fields
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -189,16 +189,16 @@ Selection mode includes:</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/get-started/creative-vision.html b/docs/html/design/get-started/creative-vision.html
index 14b7249..11783c4 100644
--- a/docs/html/design/get-started/creative-vision.html
+++ b/docs/html/design/get-started/creative-vision.html
@@ -81,7 +81,7 @@ Android Design - Creative Vision
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -167,16 +167,16 @@ personal, giving people access to superb technology with clarity and grace.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/get-started/principles.html b/docs/html/design/get-started/principles.html
index cb1a0b4..c564e5c 100644
--- a/docs/html/design/get-started/principles.html
+++ b/docs/html/design/get-started/principles.html
@@ -81,7 +81,7 @@ Android Design - Design Principles
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -418,16 +418,16 @@ fast to use, like the shutter button in a camera, or the pause button in a music
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/get-started/ui-overview.html b/docs/html/design/get-started/ui-overview.html
index 0fc85a4..b08c743 100644
--- a/docs/html/design/get-started/ui-overview.html
+++ b/docs/html/design/get-started/ui-overview.html
@@ -81,7 +81,7 @@ Android Design - UI Overview
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -267,16 +267,16 @@ notification includes two lines. If necessary, you can add a third line. Timesta
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/index.html b/docs/html/design/index.html
index 5e74877..14d7b63 100644
--- a/docs/html/design/index.html
+++ b/docs/html/design/index.html
@@ -94,7 +94,7 @@ Android Design - Welcome
</li>
<li>
- <div id="back-dac-section"><a href="../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../index.html">Developers</a></div>
</li>
</ul>
@@ -130,16 +130,16 @@ Android Design - Welcome
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/actionbar.html b/docs/html/design/patterns/actionbar.html
index 84fbcc4..99ae2d7 100644
--- a/docs/html/design/patterns/actionbar.html
+++ b/docs/html/design/patterns/actionbar.html
@@ -81,7 +81,7 @@ Android Design - Action Bar
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -453,16 +453,16 @@ structure your action bars accordingly.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/app-structure.html b/docs/html/design/patterns/app-structure.html
index 7a6fe05..b87f402 100644
--- a/docs/html/design/patterns/app-structure.html
+++ b/docs/html/design/patterns/app-structure.html
@@ -81,7 +81,7 @@ Android Design - Application Structure
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -368,16 +368,16 @@ to achieve this.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/compatibility.html b/docs/html/design/patterns/compatibility.html
index 07b1c8e..f18c62d 100644
--- a/docs/html/design/patterns/compatibility.html
+++ b/docs/html/design/patterns/compatibility.html
@@ -81,7 +81,7 @@ Android Design - Backwards Compatibility
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -180,16 +180,16 @@ can touch the control to display the app's actions in the traditional Android me
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/gestures.html b/docs/html/design/patterns/gestures.html
index 968cb7d..f8585e4 100644
--- a/docs/html/design/patterns/gestures.html
+++ b/docs/html/design/patterns/gestures.html
@@ -81,7 +81,7 @@ Android Design - Gestures
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -234,16 +234,16 @@ following table shows the core gesture set that is supported in Android.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/index.html b/docs/html/design/patterns/index.html
index b5a855e..ff797db 100644
--- a/docs/html/design/patterns/index.html
+++ b/docs/html/design/patterns/index.html
@@ -94,7 +94,7 @@ Android Design - Design Patterns
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -137,16 +137,16 @@ Android Design - Design Patterns
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/multi-pane-layouts.html b/docs/html/design/patterns/multi-pane-layouts.html
index 693d0a4..af05e31 100644
--- a/docs/html/design/patterns/multi-pane-layouts.html
+++ b/docs/html/design/patterns/multi-pane-layouts.html
@@ -81,7 +81,7 @@ Android Design - Multi-pane Layouts
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -226,16 +226,16 @@ the content in the detail panel.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/navigation.html b/docs/html/design/patterns/navigation.html
index d2c35d8..aabfc39 100644
--- a/docs/html/design/patterns/navigation.html
+++ b/docs/html/design/patterns/navigation.html
@@ -81,7 +81,7 @@ Android Design - Navigation with Back and Up
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -233,16 +233,16 @@ Home.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/new-4-0.html b/docs/html/design/patterns/new-4-0.html
index 47056041..272b079 100644
--- a/docs/html/design/patterns/new-4-0.html
+++ b/docs/html/design/patterns/new-4-0.html
@@ -81,7 +81,7 @@ Android Design - New in Android 4.0
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -190,16 +190,16 @@ used for data selection. When selecting data, contextual action bars allow you t
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/notifications.html b/docs/html/design/patterns/notifications.html
index c1f4718..acec306 100644
--- a/docs/html/design/patterns/notifications.html
+++ b/docs/html/design/patterns/notifications.html
@@ -81,7 +81,7 @@ Android Design - Notifications
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -356,16 +356,16 @@ and toasts can echo back that an action has been successfully taken.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/pure-android.html b/docs/html/design/patterns/pure-android.html
index 81a1c40..507558a 100644
--- a/docs/html/design/patterns/pure-android.html
+++ b/docs/html/design/patterns/pure-android.html
@@ -81,7 +81,7 @@ Android Design - Pure Android
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -254,16 +254,16 @@ well as <a href="../patterns/multi-pane-layouts.html">Multi-pane Layouts</a> in
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/selection.html b/docs/html/design/patterns/selection.html
index fbe2d42..37dcab5 100644
--- a/docs/html/design/patterns/selection.html
+++ b/docs/html/design/patterns/selection.html
@@ -81,7 +81,7 @@ Android Design - Selection
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -218,16 +218,16 @@ selected data items of the same kind.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/patterns/swipe-views.html b/docs/html/design/patterns/swipe-views.html
index 1936d89..4e8cd03 100644
--- a/docs/html/design/patterns/swipe-views.html
+++ b/docs/html/design/patterns/swipe-views.html
@@ -81,7 +81,7 @@ Android Design - Swipe Views
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -191,16 +191,16 @@ using the swipe gesture to navigate to the next/previous detail view.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/color.html b/docs/html/design/style/color.html
index 16337a9..893e09e 100644
--- a/docs/html/design/style/color.html
+++ b/docs/html/design/style/color.html
@@ -174,7 +174,7 @@ Android Design - Color
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -244,16 +244,16 @@ shade that can be used as a complement when needed.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/devices-displays.html b/docs/html/design/style/devices-displays.html
index 6c8d3fc..9fba719 100644
--- a/docs/html/design/style/devices-displays.html
+++ b/docs/html/design/style/devices-displays.html
@@ -81,7 +81,7 @@ Android Design - Devices and Displays
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -164,16 +164,16 @@ Screens</a>.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/iconography.html b/docs/html/design/style/iconography.html
index 31028ab..663770b 100644
--- a/docs/html/design/style/iconography.html
+++ b/docs/html/design/style/iconography.html
@@ -81,7 +81,7 @@ Android Design - Iconography
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -442,16 +442,16 @@ whenever a new notification is available.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/index.html b/docs/html/design/style/index.html
index aa3dac1..5ecbafa 100644
--- a/docs/html/design/style/index.html
+++ b/docs/html/design/style/index.html
@@ -94,7 +94,7 @@ Android Design - Design Elements
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -137,16 +137,16 @@ Android Design - Design Elements
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/metrics-grids.html b/docs/html/design/style/metrics-grids.html
index 30316ef..17d4937 100644
--- a/docs/html/design/style/metrics-grids.html
+++ b/docs/html/design/style/metrics-grids.html
@@ -81,7 +81,7 @@ Android Design - Metrics and Grids
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -180,16 +180,16 @@ will be able to reliably and accurately target them with their fingers.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/themes.html b/docs/html/design/style/themes.html
index 67bfdc5..ada974d 100644
--- a/docs/html/design/style/themes.html
+++ b/docs/html/design/style/themes.html
@@ -81,7 +81,7 @@ Android Design - Themes
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -161,16 +161,16 @@ of which you can selectively implement your own visual stylings.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/touch-feedback.html b/docs/html/design/style/touch-feedback.html
index 153b189..0d49832 100644
--- a/docs/html/design/style/touch-feedback.html
+++ b/docs/html/design/style/touch-feedback.html
@@ -81,7 +81,7 @@ Android Design - Touch Feedback
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -186,16 +186,16 @@ and provide it from within your app.</p>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/typography.html b/docs/html/design/style/typography.html
index a5d4016..d3cc769 100644
--- a/docs/html/design/style/typography.html
+++ b/docs/html/design/style/typography.html
@@ -81,7 +81,7 @@ Android Design - Typography
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -176,16 +176,16 @@ wherever possible. Layouts supporting scalable types should be tested against th
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
diff --git a/docs/html/design/style/writing.html b/docs/html/design/style/writing.html
index 568ca25..e5f1ea8 100644
--- a/docs/html/design/style/writing.html
+++ b/docs/html/design/style/writing.html
@@ -133,7 +133,7 @@ Android Design - Writing Style
</li>
<li>
- <div id="back-dac-section"><a href="../../index.html" target="_blank">Developers</a></div>
+ <div id="back-dac-section"><a href="../../index.html">Developers</a></div>
</li>
</ul>
@@ -449,16 +449,16 @@ crashes:</ol>
<p id="copyright">
Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">
+ <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>.<br>
For details and restrictions, see the
- <a href="http://developer.android.com/license.html" target="_blank">Content License</a>.
+ <a href="http://developer.android.com/license.html">Content License</a>.
</p>
<p>
- <a href="http://www.android.com/terms.html" target="_blank">Site Terms of Service</a> &ndash;
- <a href="http://www.android.com/privacy.html" target="_blank">Privacy Policy</a> &ndash;
- <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>