Merge "docs: Add _book.yaml files for DevSite navigation" into mnc-mr-docs
diff --git a/docs/html/about/versions/android-1.5.jd b/docs/html/about/versions/android-1.5.jd
index ca8771b..522f855 100644
--- a/docs/html/about/versions/android-1.5.jd
+++ b/docs/html/about/versions/android-1.5.jd
@@ -80,12 +80,12 @@
//$(".toggleme", toggleable).slideDown("fast");
toggleable.removeClass("closed");
toggleable.addClass("open");
- $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
+ $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/styles/disclosure_up.png"));
} else {
//$(".toggleme", toggleable).slideUp("fast");
toggleable.removeClass("open");
toggleable.addClass("closed");
- $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
+ $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/styles/disclosure_down.png"));
}
return false;
}
@@ -115,7 +115,7 @@
<div class="toggleable opened">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-img" height="9px" width="9px" />
Android 1.5, Revision 4</a> <em>(May 2010)</em></a>
<div class="toggleme">
<dl>
@@ -138,7 +138,7 @@
<div class="toggleable closed">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-img" height="9px" width="9px" />
Android 1.5, Revision 3</a> <em>(July 2009)</em></a>
<div class="toggleme">
<dl>
@@ -152,7 +152,7 @@
<div class="toggleable closed">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-img" height="9px" width="9px" />
Android 1.5, Revision 2</a> <em>(May 2009)</em></a>
<div class="toggleme">
<p>Not available as an SDK component — please use Android 1.5, r3 instead. </p>
@@ -161,7 +161,7 @@
<div class="toggleable closed">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-img" height="9px" width="9px" />
Android 1.5, Revision 1</a> <em>(April 2009)</em></a>
<div class="toggleme">
<p>Not available as an SDK component — please use Android 1.5, r3 instead. </p>
diff --git a/docs/html/about/versions/android-1.6.jd b/docs/html/about/versions/android-1.6.jd
index 97ada3c..dc30b49 100755
--- a/docs/html/about/versions/android-1.6.jd
+++ b/docs/html/about/versions/android-1.6.jd
@@ -82,12 +82,12 @@
//$(".toggleme", toggleable).slideDown("fast");
toggleable.removeClass("closed");
toggleable.addClass("open");
- $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
+ $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/styles/disclosure_up.png"));
} else {
//$(".toggleme", toggleable).slideUp("fast");
toggleable.removeClass("open");
toggleable.addClass("closed");
- $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
+ $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/styles/disclosure_down.png"));
}
return false;
}
@@ -117,7 +117,7 @@
<div class="toggleable opened">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-img" height="9px" width="9px" />
Android 1.6, Revision 3</a> <em>(May 2010)</em></a>
<div class="toggleme">
<dl>
@@ -137,7 +137,7 @@
<div class="toggleable closed">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-img" height="9px" width="9px" />
Android 1.6, Revision 2</a> <em>(December 2009)</em></a>
<div class="toggleme">
<dl>
@@ -180,7 +180,7 @@
<div class="toggleable closed">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-img" height="9px" width="9px" />
Android 1.6, Revision 1</a> <em>(September 2009)</em></a>
<div class="toggleme">
<dl>
diff --git a/docs/html/about/versions/android-2.0.1.jd b/docs/html/about/versions/android-2.0.1.jd
index ba00231..2974152 100644
--- a/docs/html/about/versions/android-2.0.1.jd
+++ b/docs/html/about/versions/android-2.0.1.jd
@@ -82,12 +82,12 @@
//$(".toggleme", toggleable).slideDown("fast");
toggleable.removeClass("closed");
toggleable.addClass("open");
- $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
+ $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/styles/disclosure_up.png"));
} else {
//$(".toggleme", toggleable).slideUp("fast");
toggleable.removeClass("open");
toggleable.addClass("closed");
- $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
+ $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/styles/disclosure_down.png"));
}
return false;
}
@@ -113,7 +113,7 @@
<div class="toggleable closed">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-img" height="9px" width="9px" />
Android 2.0.1, Revision 1</a> <em>(December 2009)</em></a>
<div class="toggleme">
<dl>
diff --git a/docs/html/about/versions/android-2.0.jd b/docs/html/about/versions/android-2.0.jd
index 82bb78f..5c0d3dc 100644
--- a/docs/html/about/versions/android-2.0.jd
+++ b/docs/html/about/versions/android-2.0.jd
@@ -75,12 +75,12 @@
//$(".toggleme", toggleable).slideDown("fast");
toggleable.removeClass("closed");
toggleable.addClass("open");
- $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
+ $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/styles/disclosure_up.png"));
} else {
//$(".toggleme", toggleable).slideUp("fast");
toggleable.removeClass("open");
toggleable.addClass("closed");
- $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
+ $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/styles/disclosure_down.png"));
}
return false;
}
@@ -106,7 +106,7 @@
<div class="toggleable opened">
<a href="#" onclick="return toggleDiv(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-img" height="9px" width="9px" />
Android 2.0, Revision 1</a> <em>(October 2009)</em></a>
<div class="toggleme">
<dl>
diff --git a/docs/html/about/versions/android-2.1.jd b/docs/html/about/versions/android-2.1.jd
index 2d5988a..02dec7e 100644
--- a/docs/html/about/versions/android-2.1.jd
+++ b/docs/html/about/versions/android-2.1.jd
@@ -78,7 +78,7 @@
<div class="toggle-content opened" style="padding-left:1em;">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png"
class="toggle-content-img" alt="" />
Android {@sdkPlatformVersion}, Revision 3</a> <em>(July 2011)</em>
</a></p>
@@ -106,7 +106,7 @@
<div class="toggle-content closed" style="padding-left:1em;">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />
Android {@sdkPlatformVersion}, Revision 2</a> <em>(May 2010)</em>
</a></p>
@@ -133,7 +133,7 @@
<div class="toggle-content closed" style="padding-left:1em;">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />
Android {@sdkPlatformVersion}, Revision 1</a> <em>(January 2010)</em>
</a></p>
diff --git a/docs/html/about/versions/android-4.0.3.jd b/docs/html/about/versions/android-4.0.3.jd
index f9627a3..073e0d7 100644
--- a/docs/html/about/versions/android-4.0.3.jd
+++ b/docs/html/about/versions/android-4.0.3.jd
@@ -45,7 +45,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" /><strong>Table of Contents</strong>
</a></p>
diff --git a/docs/html/about/versions/android-4.0.jd b/docs/html/about/versions/android-4.0.jd
index cc1d1c7..92e611e 100644
--- a/docs/html/about/versions/android-4.0.jd
+++ b/docs/html/about/versions/android-4.0.jd
@@ -49,7 +49,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />
<strong>Table of Contents</strong>
</a></p>
diff --git a/docs/html/design/downloads/index.jd b/docs/html/design/downloads/index.jd
index bcdd8e0..788c7c1 100644
--- a/docs/html/design/downloads/index.jd
+++ b/docs/html/design/downloads/index.jd
@@ -108,7 +108,7 @@
<div class="col-4">
<img src="{@docRoot}design/media/downloads_wear_Slide_Ai_Icon.png" width="150"
- style="width:150px;margin:0 auto;display:block">
+ style="width:150px;margin:0 auto 15px;display:block">
</div>
<div class="col-4">
@@ -128,7 +128,7 @@
<div class="col-4">
<img src="{@docRoot}design/media/downloads_wear_Slide_Psd_Icon.png" width="150"
- style="width:150px;margin:0 auto;display:block">
+ style="width:150px;margin:0 auto 15px;display:block">
</div>
<div class="col-4">
@@ -148,7 +148,7 @@
<div class="col-4">
<img src="{@docRoot}design/media/downloads_wear_Slide_IconExample.png" width="150"
- style="width:150px;margin:0 auto;display:block">
+ style="width:150px;margin:0 auto 20px;display:block">
</div>
<div class="col-4">
@@ -156,3 +156,27 @@
href="{@docRoot}downloads/design/Slide_IconExample.psd">Adobe® Photoshop® Icon</a>
</div>
</div>
+
+<div class="cols">
+ <div class="col-5">
+ <h4>Hardware technical drawings</h4>
+<p>Technical drawings and specifications for the latest Android Wear devices.
+</p>
+
+ </div>
+ <div class="col-4">
+
+ <img src="{@docRoot}design/media/nemo_preview.png" width="150"
+ style="width:150px;margin:0 auto;display:block">
+
+ </div>
+ <div class="col-4">
+ <a class="download-button" onClick="ga('send', 'event', 'Design', 'Download', 'Hardware Technical Drawings');"
+ href="{@docRoot}downloads/design/AndroidWear_AllGear_TechDrawings&Spec_20151101_square.png">
+PNG Toolkit (Square)</a>
+
+ <a class="download-button" onClick="ga('send', 'event', 'Design', 'Download', 'Hardware Technical Drawings');"
+ href="{@docRoot}downloads/design/AndroidWear_AllGear_TechDrawings&Spec_20151101_round.png">
+PNG Toolkit (Round)</a>
+ </div>
+</div>
\ No newline at end of file
diff --git a/docs/html/design/media/nemo_preview.png b/docs/html/design/media/nemo_preview.png
new file mode 100644
index 0000000..757b87a
--- /dev/null
+++ b/docs/html/design/media/nemo_preview.png
Binary files differ
diff --git a/docs/html/design/patterns/pure-android.jd b/docs/html/design/patterns/pure-android.jd
index e617711..6446e39 100644
--- a/docs/html/design/patterns/pure-android.jd
+++ b/docs/html/design/patterns/pure-android.jd
@@ -65,28 +65,6 @@
<div class="vspace size-2"> </div>
-<div class="cols">
- <div class="col-5">
-
-<h4>Don't use bottom tab bars</h4>
-<p>Other platforms use the bottom tab bar to switch between the app's views. Per platform convention,
-Android's tabs for view control are shown in action bars at the top of the screen instead. In
-addition, Android apps may use a bottom bar to display actions on a split action bar.</p>
-<p>You should follow this guideline to create a consistent experience with other apps on the Android
-platform and to avoid confusion between actions and view switching on Android.</p>
-<p>For more information on how to properly use action bars for view control, see
-<a href="{@docRoot}design/patterns/actionbar.html">Action Bars</a>.</p>
-
- </div>
- <div class="col-8">
-
- <img src="{@docRoot}design/media/migrating_ios_dialers.png">
- <div class="figure-caption">
- Android dialer with tabs in an action bar vs. bottom tabs in iOS.
- </div>
-
- </div>
-</div>
<div class="cols">
<div class="col-5">
diff --git a/docs/html/distribute/googleplay/work/about.jd b/docs/html/distribute/googleplay/work/about.jd
index 20fec7a..a31bca2 100644
--- a/docs/html/distribute/googleplay/work/about.jd
+++ b/docs/html/distribute/googleplay/work/about.jd
@@ -66,7 +66,9 @@
<li>Request the minimum permissions that your app needs.</li>
<li>Make sure communication to your backend and data in your backend is secure.</li>
<li>Implement authorization policies that will minimize the number of your employees that can access user data.</li>
- <li><a href={@docRoot}training/enterprise/app-compatibility.html">Offer compatibility with work profile</a> and test that with the <a href="{@docRoot}samples/BasicManagedProfile/index.html">BasicManagedProfile sample app</a>.</li>
+ <li><a href={@docRoot}training/enterprise/app-compatibility.html>Offer compatibility with work
+ profile</a> and test that with the <a href="{@docRoot}samples/BasicManagedProfile/index.html"
+ >BasicManagedProfile sample app</a>.</li>
<li>Support <a href="{@docRoot}training/enterprise/app-restrictions.html">app restrictions</a> so that IT admins can remotely configure your app through leading EMM solutions.</li>
</ul>
diff --git a/docs/html/distribute/stories/apps.jd b/docs/html/distribute/stories/apps.jd
new file mode 100644
index 0000000..9a642dc
--- /dev/null
+++ b/docs/html/distribute/stories/apps.jd
@@ -0,0 +1,34 @@
+page.title=Developer Stories: Apps
+meta.tags="apps, developer story"
+page.timestamp=1381449601
+page.image=images/cards/distribute/stories/intuit-mint.png
+page.metaDescription=How app developers are making use of localization, tablet features.
+
+@jd:body
+
+<p>
+ Learn more about how app developers are using Google Play services to delight
+ their users.
+</p>
+
+<section class="dac-section dac-small" id="app-videos"><div class="wrap">
+ <h2 class="norule">Videos</h2>
+
+ <div class="resource-widget resource-flow-layout col-16"
+ data-query="type:youtube+tag:developerstory+tag:apps"
+ data-sortOrder="-timestamp"
+ data-cardSizes="6x6"
+ data-items-per-page="15"
+ data-initial-results="6"></div>
+</div></section>
+
+<section class="dac-section dac-small" id="apps-articles"><div class="wrap">
+ <h2 class="norule">Articles</h2>
+
+ <div class="resource-widget resource-flow-layout col-16"
+ data-query="type:distribute+tag:developerstory+tag:apps"
+ data-sortOrder="-timestamp"
+ data-cardSizes="6x6"
+ data-items-per-page="15"
+ data-initial-results="3"></div>
+</div></section>
\ No newline at end of file
diff --git a/docs/html/distribute/stories/apps/intuit-mint.jd b/docs/html/distribute/stories/apps/intuit-mint.jd
new file mode 100644
index 0000000..5b2e400
--- /dev/null
+++ b/docs/html/distribute/stories/apps/intuit-mint.jd
@@ -0,0 +1,82 @@
+page.title=Mint finds more screen real estate gives more engagement
+page.metaDescription=Intuit expands their Mint app to the tablet.
+page.tags="developerstory", "apps", "googleplay"
+page.image=images/cards/distribute/stories/intuit-mint.png
+page.timestamp=1456340902
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/intuit-mint-icon.png"
+ height="113" />
+</div>
+
+<p>
+ Intuit wanted to expand their
+ <a class="external-link"
+ href="http://play.google.com/store/apps/details?id=com.mint">Mint.com
+ Personal Finance</a> offering for mobile by including a version optimized for
+ Android tablets. However, they knew that taking the layout that worked for
+ phones and simply showing an enlarged version wouldn’t take full advantage of
+ the opportunities that tablets afford.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ Following the Tablet Quality guidelines, the Intuit team updated Mint to
+ target 7- to 10-inch tablets, in addition to phones. “We knew we had a lot
+ more real estate, and we wanted to provide a more immersive experience for
+ our users” said Ken Sun, Intuit Group Product Manager for Mint.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:380px">
+ <img
+ src="{@docRoot}images/distribute/stories/intuit-mint-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/intuit-mint-screenshot.png 1x
+ {@docRoot}images/distribute/stories/intuit-mint-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Mint used the extra screen area on tablets to offer quick access to
+ additional tools and information
+ </p>
+</div>
+
+<p>
+ Intuit’s Mint app, which has a 4-star rating on Google Play, brings a number
+ of features to Android tablets that aren’t available for phones. These include
+ a more visual presentation of personal financial data: a change that has
+ contributed to <b>much higher user engagement</b>.
+</p>
+
+<p>
+ For example, 50 percent more Android tablet users have Mint sessions of <b>
+ five minutes or longer</b> than they do on phones.
+</p>
+
+<p>
+ Intuit also noted that customer budget operations (view, edit, drill-down,
+ and others) are <b>seven times higher on Android tablets</b> than they are on
+ phones.
+</p>
+
+<p>
+ Ken noted that “We’ve found that phone usage is indicative of a customer’s
+ regular financial check-in, while tablet usage points towards more analysis
+ and interaction with that customer’s personal financial data. This is the
+ sort of immersive engagement experience we were looking for; the tablet and
+ phone apps serve as great complements to each other."
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out more about creating a tablet version of your app by reviewing the
+ <a href="http://developer.android.com/distribute/essentials/quality/tablets.html">
+ Tablet App Quality</a> guidelines and growing your user base.
+</p>
diff --git a/docs/html/distribute/stories/apps/remember-the-milk.jd b/docs/html/distribute/stories/apps/remember-the-milk.jd
new file mode 100644
index 0000000..16c0caf
--- /dev/null
+++ b/docs/html/distribute/stories/apps/remember-the-milk.jd
@@ -0,0 +1,77 @@
+page.title=Remember The Milk lifts installs with tablet design
+page.metaDescription=The team at Remember The Milk redesigned their app for tablets.
+page.tags="developerstory", "apps", "googleplay"
+page.image=images/cards/distribute/stories/remember-the-milk.jpg
+page.timestamp=1456340902
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/rememberthemilk-icon.png"
+ height="113" />
+</div>
+
+<p>
+ When the Android tablet guidelines came out, the team at Remember The Milk had
+ already been thinking about a redesign for
+ <a class="external-link"
+ href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">
+ Remember The Milk</a> their feature-packed to-do list app; never forget the
+ milk (or anything else) again.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ “We took this as an opportunity to think about how we were going to approach
+ Android tablets differently from a user experience perspective,” says Omar
+ Kilani, Co-founder of Remember The Milk. “The guidelines were a helpful
+ resource, and with the extra screen real estate tablets afford, users have
+ the opportunity to see all of their data in context and drill down on more
+ items."
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:367px">
+ <img
+ src="{@docRoot}images/distribute/stories/rememberthemilk-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/rememberthemilk-screenshot.png 1x
+ {@docRoot}images/distribute/stories/rememberthemilk-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Tablet version of Remember The Milk
+ </p>
+</div>
+
+<p>
+ In addition to the basic changes to bring the app to tablets, the team also
+ came out with a number of other goodies — including a new set of widgets and
+ richer notifications, and more ways to provide an immersive experience for
+ their users. And importantly, following the guidelines meant they could
+ deliver a <b>single APK for phones and tablets</b>.
+</p>
+
+<p>
+ Following the
+ <a class="external-link"
+ href="http://blog.rememberthemilk.com/2013/04/the-all-new-remember-the-milk-for-android-and-tablets-too/">
+ update</a> of the Android app, in part to meet the tablet design criteria,
+ Remember The Milk saw an <b>83% increase in tablet installs</b>. They also
+ noted that Nexus 7 was theat most popular Android device for the app.
+</p>
+
+<p>
+ Omar Kilani, concludesd that “For us, designing for tablets was an investment that has really paid off.”
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out more about creating a tablet version of your app by reviewing the
+ <a href="http://developer.android.com/distribute/essentials/quality/tablets.html">
+ Tablet App Quality</a> guidelines and growing your user base.
+</p>
diff --git a/docs/html/distribute/stories/apps/sayhi.jd b/docs/html/distribute/stories/apps/sayhi.jd
new file mode 100644
index 0000000..1beb028
--- /dev/null
+++ b/docs/html/distribute/stories/apps/sayhi.jd
@@ -0,0 +1,83 @@
+page.title=SayHi Chat grows installs and user engagement with App Translation Service
+page.metaDescription=The SayHi team used details from Google Analytics, the DAU and user growth numbers, to identify several candidate languages for new translations.
+page.tags="developerstory", "apps", "googleplay"
+page.image=images/cards/distribute/stories/sayhichat.jpg
+page.timestamp=1454440882
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/sayhichat-icon.png"
+ height="113" />
+</div>
+
+<p>
+ The <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.unearby.sayhi">
+ SayHi Chat app</a>, a social app to help its users find people nearby, was
+ first released in Japanese, Chinese, and English. It soon became one of the
+ most popular apps in Japan, Hong Kong, and Taiwan.
+</p>
+
+
+<h3>What they did</h3>
+
+<p>
+ The SayHi team realized that the global growth of SayHi was being restricted
+ by the limited number of languages in which the app was available. Using
+ details from Google Analytics, the DAU and user growth numbers, the SayHi team
+ identified several candidate languages for new translations. After looking at
+ the total of Android and iOS users in each market, they settled on a list of
+ 13 additional languages. They then engaged the App Translation Service through
+ the Google Play Developer Console to complete the translations.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:194px">
+ <img width="194"
+ src="{@docRoot}images/distribute/stories/sayhichat-screenshot.jpg"
+ srcset=
+ "{@docRoot}images/distribute/stories/sayhichat-screenshot.jpg 1x
+ {@docRoot}images/distribute/stories/sayhichat-screenshot_2x.jpg 2x">
+ <p class="img-caption">
+ Arabic version of SayHi Chat
+ </p>
+</div>
+
+<p>
+ SayHi launched in its new languages in August 2013 and immediately saw a 120
+ percent increase in install rates. In addition, the app entered the Top 10
+ apps rankings in countries including Poland and Italy.
+</p>
+
+<p>
+ Notably, they also saw steady growth in Spain after replacing their previous
+ non-professional Spanish translation with a professional one produced by the
+ App Translation Service.
+</p>
+
+<p>
+ There was also an increase of about 20 percent in revenue and around a 50
+ percent increase in User Reviews in the new languages.
+</p>
+
+<p>
+ Yan Shi, senior developer at SayHi, says “The App Translation Service is
+ really easy to use and the completion time for translation requests is very
+ good.”
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out more about the
+ <a href="http://developer.android.com/distribute/tools/localization-checklist.html#gp-trans">
+ App Translation Service</a> and read the full
+ <a href="https://developer.android.com/distribute/tools/localization-checklist.html">
+ Localization checklist</a> to simplify the process of localizing your app or
+ game for users across the globe.
+</p>
diff --git a/docs/html/distribute/stories/games.jd b/docs/html/distribute/stories/games.jd
index 22ab1dc..fe059eb 100644
--- a/docs/html/distribute/stories/games.jd
+++ b/docs/html/distribute/stories/games.jd
@@ -1,4 +1,4 @@
-page.title=Developer Stories: Google Play Game Services
+page.title=Developer Stories: Games
meta.tags="google play, games, global, developer story"
page.timestamp=1381449601
page.image=/images/distribute/glu-ew-gpgames.jpg
@@ -7,23 +7,29 @@
@jd:body
<p>
- <a href="https://developers.google.com/games/">Google Play game services</a>
- lets you add great social features to your games quickly, without having to
- build them yourself. You can add multiplayer, game invites, quests, and a
- variety of other features — all from within your app. Google provides
- cross-platform game and player infrastructure for you, as well as insights
- and analytics to help you understand the activities of users in your games.
+ Learn how top game studios are taking advantage of Google Play game services
+ — the features they've added and the results they are seeing.
</p>
-<p>
- The case study presentations below highlight how top game studios are taking
- advantage of Google Play game services — the features they've added and
- the results they are seeing. Each deck (PDF) is focused on a single game and
- how it uses a specific Google Play gemes feature.
-</p>
+<section class="dac-section dac-small" id="games-videos"><div class="wrap">
+ <h2 class="norule">Videos</h2>
-<div class="resource-widget resource-flow-layout col-13"
- data-query="collection:distribute/stories/games"
- data-sortOrder="-timestamp"
- data-cardSizes="18x12"
- data-maxResults="32"></div>
\ No newline at end of file
+ <div class="resource-widget resource-flow-layout col-16"
+ data-query="type:youtube+tag:developerstory+tag:games"
+ data-sortOrder="-timestamp"
+ data-cardSizes="6x6"
+ data-items-per-page="15"
+ data-initial-results="6"></div>
+</div></section>
+
+<section class="dac-section dac-small" id="games-articles"><div class="wrap">
+ <h2 class="norule">Articles</h2>
+
+ <div class="resource-widget resource-flow-layout col-16"
+ data-query="type:distribute+tag:developerstory+tag:games"
+ data-sortOrder="-timestamp"
+ data-cardSizes="6x6"
+ data-items-per-page="15"
+ data-initial-results="6"></div>
+</div></section>
+
diff --git a/docs/html/distribute/stories/games/concrete-bowling.jd b/docs/html/distribute/stories/games/concrete-bowling.jd
new file mode 100644
index 0000000..f4f6549
--- /dev/null
+++ b/docs/html/distribute/stories/games/concrete-bowling.jd
@@ -0,0 +1,93 @@
+page.title=Concrete Software increases engagement with quests
+page.metaDescription=Concrete Software makes use of Google Play games services in its 10-pin bowling game, PBA Bowling Challenge.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/concrete-bowling.jpg
+page.timestamp=1454440882
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img
+ src="{@docRoot}images/distribute/stories/concrete-bowling-icon.png" />
+</div>
+
+<p>
+ Concrete Software makes use of Google Play games services in its 10-pin
+ bowling game,
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.concretesoftware.pbachallenge_androidmarket">
+ PBA Bowling Challenge</a>. Once users have signed in with Google Play games
+ services they’re able to take part in multiplayer games, view leaderboards,
+ and gain achievements.
+</p>
+
+
+<h3>What they did</h3>
+
+<p>
+ To offer players new game content, Concrete Software implemented Google Play
+ games services quests. Easily accessible from the game’s home screen, quests
+ are designed with clear goals that integrated into in-game goals and core
+ experience. Each quest stated rewards; offered a progress tracker, which
+ updates as users advance; gave a clear deadline; and a call to action button.
+ Both short-term and long-term quests were offered to users.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:310px">
+ <img
+ src="{@docRoot}images/distribute/stories/concrete-bowling-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/concrete-bowling-screenshot.png 1x
+ {@docRoot}images/distribute/stories/concrete-bowling-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Prominent and customized quest icon displayed on home screen
+ </p>
+</div>
+
+<p>
+ Quests appealed most to dedicated users, and yet there is still an increase
+ in their engagement after using quests. <b>Sessions per user improved 14.4
+ percent</b> DoD upon quests acceptance, and <b>3.7 percent</b> DoD upon
+ completion. While users who accepted a quest <b>started 98 percent more
+ sessions per day</b>; users who completed a quest <b>started 140.2 percent
+ </b> more.
+</p>
+
+<p>
+ Concrete Software also found that quest acceptance and completion rates
+ increased overtime, while daily active users (DAU) remained constant. Among
+ users who accepted the first quest, almost <b>48% of the users accepted a
+ second</b> quest. Among those who completed the first, <b>78% accepted a
+ second</b>.
+</p>
+
+<p>
+ Quests also had a positive impact on retention with one day retention for
+ users who accepted a quest being <b>39.2 percent higher</b> than the average;
+ for users who completed a quest, it’s <b>60.7 percent higher</b> than the
+ average.
+</p>
+
+<p>
+ See examples of how Concrete Software integrated Google Play games services
+ into the <a class="external-link"
+ href="{@docRoot}shareables/stories/ConcreteSoftware_PBABowling_gpgs.pdf">
+ UI of PBA Bowling Challenge</a>.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out how to
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/quests">
+ implement quests</a> in your games and discover more about
+ <a href="https://developer.android.com/distribute/engage/game-services.html">
+ using Google Play games services</a> in your games to increase player
+ engagement and revenues.
+</p>
diff --git a/docs/html/distribute/stories/games/doctor-who-legacy.jd b/docs/html/distribute/stories/games/doctor-who-legacy.jd
new file mode 100644
index 0000000..d62e250
--- /dev/null
+++ b/docs/html/distribute/stories/games/doctor-who-legacy.jd
@@ -0,0 +1,97 @@
+page.title=Achievements drive engagement in Doctor Who: Legacy
+page.metaDescription=The Tiny Rebel Games integrated achievements and cloud services from Google Play games services into the award-winning Doctor Who: Legacy game, under license from BBC Worldwide.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/doctor-who-legacy.jpg
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/doctor-who-legacy-icon.png"
+ height="113" />
+</div>
+
+<p>
+ The Tiny Rebel Games team has a combined experience of over 35 years in
+ creating blockbuster console, PC, and mobile games in the areas of production,
+ design, marketing, social media, PR, and distribution.
+</p>
+
+<p>
+ They are the publisher and co-developer (along with Seed Studio in Taiwan) of
+ the award-winning
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.tinyrebel.doctorwholegacy">
+ Doctor Who: Legacy</a> game, under license from BBC Worldwide.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ Tiny Rebel Games integrated achievements and cloud services from Google
+ Play games services into Doctor Who: Legacy. Achievements were supported with
+ beautifully designed and customized badges to encourage players to unlock. To
+ delight users with quick wins, achievements can be unlocked from within the
+ first play session. In addition, percentage progress updates keep players
+ motivated.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:237px">
+ <img
+ src="{@docRoot}images/distribute/stories/doctor-who-legacy-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/doctor-who-legacy-screenshot.png 1x
+ {@docRoot}images/distribute/stories/doctor-who-legacy-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Beautifully designed achievements badges encourage unlock
+ </p>
+</div>
+
+<p>
+ After integrating achievements, Tiny Rebel Games saw a dramatic increase in
+ daily revenues as a result of an increase in daily installs and the average
+ revenue per install
+</p>
+
+<p>
+ Some key metrics include:
+ <ul>
+ <li>Average <b>daily revenue increased 108 percent</b> from the 30 days
+ before to the 30 days after integrating Google Play games services.</li>
+ <li>30-day <b>average revenue per install increased 53 percent</b> after
+ implementation.</li>
+ <li>Among achievement earners, <b>integration increased daily average
+ revenue per user by ~33 percent</b>.</li>
+ </ul>
+</p>
+
+<p>
+ "Google Play has been a tremendous partner of ours in our launch and support
+ of Doctor Who: Legacy, which to date remains our most successful platform in
+ terms of downloads and revenue. Integration of cloud services and achievements
+ dramatically improved our daily revenues and we continue to look to add
+ additional services like the newly announced Google Quests," says Susan
+ Cummings, CEO and Executive Producer at Tiny Rebel Games.
+</p>
+
+<p>
+ See examples of how Tiny Rebel Games integrated Google Play games services
+ achievements into the
+ <a href="{@docRoot}shareables/stories/TinyRebel_DoctorWhoLegacy_gpgs.pdf">
+ UI of Doctor Who: Legacy</a>.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out how to add
+ <a href="https://developers.google.com/games/services/common/concepts/achievements">achievements</a> to your games and discover more about
+ <a href="https://developer.android.com/distribute/engage/game-services.html">
+ using Google Play games services</a> in your games to increase player
+ engagement and revenues.
+</p>
diff --git a/docs/html/distribute/stories/games/dots.jd b/docs/html/distribute/stories/games/dots.jd
new file mode 100644
index 0000000..e3851c2
--- /dev/null
+++ b/docs/html/distribute/stories/games/dots.jd
@@ -0,0 +1,84 @@
+page.title=Dots increased installs by over 6% using Store Listing Experiments
+page.metaDescription=Game developer Playdots decided to use Store Listing Experiments to see if different game screenshots could impact installs for their game Two Dots. They found that game screenshots showing gameplay mechanics drove more installs from the store listing page than their existing non-gameplay screenshots.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/dots.png
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/dots-icon.png" height="113" />
+</div>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.nerdyoctopus.gamedots&hl=en">
+ Dots</a>, the successful puzzle strategy game from games developer Playdots
+ Inc., was produced by <a class="external-link"
+ href="https://betaworks.com/">Betaworks</a> in 2013.
+ It achieved over 20 million downloads in its first year, with over five
+ billion games having played on Android and iOS since launch. For the follow
+ up,
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.weplaydots.twodotsandroid&hl=en">
+ Two Dots</a>, Playdots decided to use
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> to see if
+ different game screenshots could impact installs. They found that game
+ screenshots showing gameplay mechanics drove more installs from the store
+ listing page than their existing non-gameplay screenshots.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ Dots used a localized store listing experiment in the Google Play Developer
+ Console to test Two Dots screenshots in the US. They targeted 50 percent of
+ users with non-gameplay screenshots (the “control”) and the other 50 percent
+ with gameplay screenshots, to see how graphically demonstrating gameplay would
+ impact installs.
+</p>
+
+<h3>Results</h3>
+
+<p>
+ The results revealed that screenshots showing gameplay mechanics drove 6
+ percent more installs than the control group using non-gameplay screenshots.
+</p>
+
+ <img
+ src="{@docRoot}images/distribute/stories/dots-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/dots-screenshot.png 1x
+ {@docRoot}images/distribute/stories/dots-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Beautifully designed achievements badges encourage unlock
+ </p>
+
+<p>
+ In a follow up experiment they tested whether including text emphasizing
+ gameplay performed better than screenshots without text. The results showed
+ that screenshots with text highlighting gameplay had an 8 percent increase in
+ installs compared to those without.
+</p>
+
+<p>
+ Dots commented that “sometimes you have to step back and think about what your
+ objective is: illustrate gameplay. So that’s what we did — and the simplest
+ changes impacted our conversion by a huge percentage.”
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Learn how to run
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> and read our best practices for
+ <a href="https://developer.android.com/distribute/users/experiments.html">
+ running successful experiments</a>.
+</p>
diff --git a/docs/html/distribute/stories/games/g4a-indian-rummy.jd b/docs/html/distribute/stories/games/g4a-indian-rummy.jd
new file mode 100644
index 0000000..0655f80
--- /dev/null
+++ b/docs/html/distribute/stories/games/g4a-indian-rummy.jd
@@ -0,0 +1,93 @@
+page.title=Ease-of-use and fast turnaround time benefits Indian Rummy.
+page.metaDescription=Games4All localized their apps based upon popularity.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/g4a-indian-rummy.jpg
+page.timestamp=1456340902
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/indian-rummy-icon.png"
+ height="113" />
+</div>
+
+<p>
+ Games4All (G4A) develops a variety of games that they distribute broadly to
+ users around the world.
+</p>
+
+<p>
+ After noticing that certain apps — including
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=org.games4all.android.games.indianrummy.prod">
+ Indian Rummy</a>, a card game in which players try to form sets and sequences
+ of cards — had become especially popular in specific countries, they decided
+ to localize those apps.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ Initially they used a local agency to do the translations and got great
+ results — the release of localized versions increased the number of users
+ tremendously.
+</p>
+
+<p>
+ Building on that success, G4A expanded their localization goals, but found
+ that translation quality varied among their vendors and costs limited the
+ language/game combinations they could translate. That's when G4A decided to try
+ the App Translation Service.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" class="style:376px">
+ <img
+ src="{@docRoot}images/distribute/stories/indian-rummy-screenshot.jpg"
+ srcset=
+ "{@docRoot}images/distribute/stories/indian-rummy-screenshot.jpg 1x
+ {@docRoot}images/distribute/stories/indian-rummy-screenshot_2x.jpg 2x">
+ <p class="img-caption">
+ Dutch version of Indian Rummy
+ </p>
+</div>
+
+<p>
+ G4A found that the cost per translation was much lower with the App Translation Service compared to local companies. The process was much easier too, G4A simply had to provide texts in the strings.xml format.
+</p>
+
+<p>
+ Initially, G4A translated Indian Rummy into five languages through the App
+ Translation Service. As a result they’ve <b>doubled the number of users</b>
+ in French and German languages and seen a <b>300 percent increase in user
+ engagement</b> with the localized versions.
+</p>
+
+<p>
+ They also found that making slight changes to games rules based on local
+ nuances was key to the game's success.
+</p>
+
+<p>
+ “In contrast [to the App Translation Service], our previous experiences with
+ translation agencies were much more difficult: files often required extensive
+ conversion operations to make them usable, and turnaround times varied
+ wildly,” says G4A founder Pieter Olivier. He continues, "With the App
+ Translation Service, the turnaround time is usually measured in days instead
+ of weeks that we were used to with traditional translation agencies."
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out more about the
+ <a href="http://developer.android.com/distribute/tools/localization-checklist.html#gp-trans">
+ App Translation Service</a> and read the full
+<a href="https://developer.android.com/distribute/tools/localization-checklist.html">
+ Localization checklist</a> to simplify the process of localizing your app or
+ game for users across the globe.
+</p>
diff --git a/docs/html/distribute/stories/games/gameloft-asphalt8.jd b/docs/html/distribute/stories/games/gameloft-asphalt8.jd
new file mode 100644
index 0000000..991c829
--- /dev/null
+++ b/docs/html/distribute/stories/games/gameloft-asphalt8.jd
@@ -0,0 +1,90 @@
+page.title=Gameloft drives viral distribution with friend invitations
+page.metaDescription=Gameloft makes extensive use of Google Play games services.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/gameloft-asphalt8.jpg
+page.timestamp=1454440882
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img
+ src="{@docRoot}images/distribute/stories/gameloft-asphalt8-icon.png"
+ height="113" />
+</div>
+
+<p>
+ Founded in 2000 Gameloft has grown to deliver over 500 games, with over 2
+ million of their games being downloaded every day across smartphones and
+ feature phones.
+</p>
+
+<p>
+ Gameloft makes extensive use of Google Play games services.
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftA8HM">
+ Asphalt 8: Airborne</a> is no exception including Google Play games services
+ sign-in, leaderboards, and achievements.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ To drive downloads of Asphalt 8: Airborne, Gameloft introduced friend invites.
+ Gameloft chose to display the invite option clearly next to social media
+ iconography, which started a smooth and easy friends invite flow. Then the
+ friend invites look and feel was designed to fit the game’s artistic style to
+ create a more trusted and immersive experience.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:310px">
+ <img
+ src="{@docRoot}images/distribute/stories/gameloft-asphalt8-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/gameloft-asphalt8-screenshot.png 1x
+ {@docRoot}images/distribute/stories/gameloft-asphalt8-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Friend invites match the game’s artistic style
+ </p>
+</div>
+
+<p>
+ Gameloft found that adding friends invites enhanced the overall user
+ experience and helped increase viral distribution of Asphalt 8: Airborne.
+</p>
+
+<p>
+ In addition, retention and the percentage of payers are positively correlated
+ with Google Play games sign-ins. Users that signed-in are <b>300 percent more
+ likely to come back after three days, and 400 percent more likely after seven
+ days</b>. In addition, they’re <b>3.5 times more likely to convert to payers
+ </b>.
+</p>
+
+<p>
+ Gameloft’s experience with Google Play games services has resulted in their
+ integration into the majority of Gameloft’s games.
+</p>
+
+<p>
+ See examples of how Gameloft integrated Google Play games services into the
+ <a class="external-link"
+ href="{@docRoot}shareables/stories/Gameloft_Asphalt8_gpgs.pdf">
+ UI of Asphalt 8</a>.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out how to add
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/realtimeMultiplayer#invitations">
+ friend invitations</a> in your multi-player games and more about
+ <a href="https://developer.android.com/distribute/engage/game-services.html">
+ using Google Play games services</a> in your games to increase your player
+ engagement and revenues.
+</p>
diff --git a/docs/html/distribute/stories/games/glu-eternity-warriors.jd b/docs/html/distribute/stories/games/glu-eternity-warriors.jd
new file mode 100644
index 0000000..bb6b400
--- /dev/null
+++ b/docs/html/distribute/stories/games/glu-eternity-warriors.jd
@@ -0,0 +1,85 @@
+page.title=Glu adds games gifts to Eternity Warriors 3 to driver player engagement
+page.metaDescription=Glu Mobile makes extensive use of Google Play games in Eternity Warriors 3 this including sign-in, leaderboards, achievements, and multiplayer games features.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/glu-eternity-warriors.jpg
+page.timestamp=1454440882
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img
+ src="{@docRoot}images/distribute/stories/glu-eternity-warriors-icon.jpg"
+ height="113" />
+</div>
+
+<p>
+ Found in 2001, Glu Mobile is a leading global developer and publisher of
+ free-to-play games for smartphone and tablet devices.
+</p>
+
+<p>
+ The company makes extensive use of Google Play games services across its
+ portfolio: in Eternity Warriors 3 this includes sign-in, leaderboards,
+ achievements, and multiplayer games features.
+</p>
+
+
+<h3>What they did</h3>
+
+<p>
+ To help drive installs and player engagement, Glu added games gifts to
+ Eternity Warriors 3. They made this new feature accessible from the home
+ screen, providing it exposure by grouping it with similar “freebies” options.
+ In addition, so not to interrupt the in-game experience, they implemented an
+ automatic transition back to the gifting screen after sending requests.
+</p>
+
+<p>
+ To promote the addition of games gifts Glu:
+ <ul>
+ <li>sent push notifications to users telling them about the gifting feature.
+ </li>
+ <li>showed a full screen in-game screen promoting the gifting feature.</li>
+ <li>ran promos during promo events.</li>
+ </ul>
+</p>
+
+<p>
+ Glu went a step further by integrating friends invites into the gifts UI,
+ with the option easily accessible in the Gifting screen.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:378px">
+ <img
+ src="{@docRoot}images/distribute/stories/glu-eternity-warriors-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/glu-eternity-warriors-screenshot.png 1x
+ {@docRoot}images/distribute/stories/glu-eternity-warriors-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Gifting options are clearly displayed
+ </p>
+</div>
+
+<p>
+ Glu found that the gifting feature has a very high response rate and the gift
+ requests’ <b>fulfillment rate doubled</b> within 30 days of the feature’s
+ launch. Also these rates continued to increase over time among Eternity
+ Warriors 3 players.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out how to add
+ <a class="external-link"
+ href="https://developers.google.com/games/services/android/giftRequests">
+ game gifts</a> to your games and discover more about
+ <a href="https://developer.android.com/distribute/engage/game-services.html">
+ using Google Play games services</a> in your games to increase player
+ engagement and revenues.
+</p>
diff --git a/docs/html/distribute/stories/games/glu-tap-baseball.jd b/docs/html/distribute/stories/games/glu-tap-baseball.jd
new file mode 100644
index 0000000..30be8e9
--- /dev/null
+++ b/docs/html/distribute/stories/games/glu-tap-baseball.jd
@@ -0,0 +1,71 @@
+page.title=Glu increased their conversion rate over 2% with Store Listing Experiments
+page.metaDescription=Glu Mobile decided to use Store Listing Experiments to see if different background colors in the game’s icon would affect installs. They found that a lighter background resulted in more installs.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/glu-tap-baseball.jpg
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/glu-tap-baseball-icon.jpg"
+ height="113" />
+</div>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.glu.baseball15&hl=en">
+ Tap Sports Baseball 2015</a> is a sports game by US games developer Glu
+ Mobile. Founded in 2001, Glu Mobile is a leading global developer and
+ publisher of free-to-play games for smartphone and tablet devices.
+</p>
+
+<p>
+ Glu Mobile decided to use
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> to see if different background colors in the
+ game’s icon would affect installs. They found that a lighter background
+ resulted in more installs.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/dev?id=8633921029894576093">Glu
+ Mobile</a> used a global store listing experiment in the Google Play Developer
+ Console to test three different background colors in the game’s icon.
+</p>
+
+<h3>Results</h3>
+
+<p>
+ The results showed that of three different color schemes — blue, light blue,
+ and light red — an icon with a light blue background converted 2.9 percent
+ more visitors than the original control icon.
+</p>
+
+
+ <img
+ src="{@docRoot}images/distribute/stories/glu-tap-baseball-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/glu-tap-baseball-screenshot.png 1x
+ {@docRoot}images/distribute/stories/glu-tap-baseball-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Beautifully designed achievements badges encourage unlock
+ </p>
+
+
+<h3>Get started</h3>
+
+<p>
+ Learn how to run
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> and read our best practices for
+ <a href="https://developer.android.com/distribute/users/experiments.html">
+ running successful experiments</a>.
+</p>
diff --git a/docs/html/distribute/stories/games/hotheadgames-firefight.jd b/docs/html/distribute/stories/games/hotheadgames-firefight.jd
new file mode 100644
index 0000000..ac1461a
--- /dev/null
+++ b/docs/html/distribute/stories/games/hotheadgames-firefight.jd
@@ -0,0 +1,90 @@
+page.title=Hothead Games grows retention and revenues with leaderboards and achievements
+page.metaDescription=Following their experience with Google Play games services in Rivals at War: Firefight, Hothead Games includes its features in all their games.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/hotheadgames-firefight.jpg
+page.timestamp=1454440882
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/hotheadgames-firefight-icon.png"
+ height="113" />
+</div>
+
+<p>
+ Hothead Games was founded in 2006 and took the plunge into mobile games in
+ 2011. This move has proved very successful, allowing the company to continue
+ growing into 2016 by creating and publishing great games exclusively for
+ mobile users.
+</p>
+
+<p>
+ Following their experience with Google Play games services in
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.hotheadgames.google.free.valorcmd">
+ Rivals at War: Firefight</a> they plan to include its features in all their
+ games.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ To start, the Google Play games services sign-in icon was given a prominent
+ position on the home screen so it was clear and easily accessible. They then
+ added leaderboards with their own beautifully designed badges as well as
+ achievements. Both were aligned and displayed with related in-game missions
+ showing players their progress and rewards earned. Notifications were used to
+ give players instant gratification when achievements were unlocked.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:379px">
+ <img
+ src="{@docRoot}images/distribute/stories/hotheadgames-firefight-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/hotheadgames-firefight-screenshot.png 1x
+ {@docRoot}images/distribute/stories/hotheadgames-firefight-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Beautifully designed and specialized leaderboards
+ </p>
+</div>
+
+<p>
+ Hothead games found that retention, average revenue per daily active user
+ (ARPDAU), and average revenue per user (ARPU) positively correlated with
+ Google Play games sign-ins. The metrics for users signed-in with Google Play
+ games services include:
+ <ul>
+ <li>Day one retention <b>125 percent higher</b> and day seven retention
+ <b>182 percent higher</b>.</li>
+ <li>ARPDAU <b>134 percent higher</b>.</li>
+ <li>ARPU <b>900 percent higher</b>.</li>
+ </ul>
+</p>
+
+<p>
+ See examples of how Hothead Games integrated Google Play games services
+ leaderboards and achievements into the
+ <a class="external-link"
+ href="{@docRoot}shareables/stories/HotheadGames_RivalsatWar_gpgs.pdf">
+ UI of Rivals at War: Firefight</a>.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out how to add
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/leaderboards">
+ leaderboards</a> and
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/achievements">
+ achievements</a> to your games and discover more about
+ <a href="https://developer.android.com/distribute/engage/game-services.html">
+ using Google Play games services</a> in your games to increase player
+ engagement and revenues.
+</p>
diff --git a/docs/html/distribute/stories/games/kongregate-adv-cap.jd b/docs/html/distribute/stories/games/kongregate-adv-cap.jd
new file mode 100644
index 0000000..8338934
--- /dev/null
+++ b/docs/html/distribute/stories/games/kongregate-adv-cap.jd
@@ -0,0 +1,76 @@
+page.title=Kongregate increases AdVenture Capitalist conversions by 5% with Store Listing Experiments
+page.metaDescription=AdVenture Capitalist, a builder game from games developers HyperHippo and Kongregate, was originally built for the web and released as a mobile version in May 2015. Kongregate decided to use Store Listing Experiments to see if different graphics could impact their installs.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/kongregate-adv-cap.jpg
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/kongregate-adv-cap-icon.png"
+ height="113" />
+</div>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.kongregate.mobile.adventurecapitalist.google&hl=en">
+ AdVenture Capitalist</a> a builder game from games developers HyperHippo and
+ Kongregate, was originally built for the web and released as a mobile version
+ in May 2015. Kongregate decided to use
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> to see if different graphics
+ could impact their installs. They found that graphics illustrating the game’s
+ builder mechanics and strategy drove more installs from the store listing page
+ than their existing graphics.
+
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/developer?id=Kongregate">
+ Kongregate</a> used a global store listing experiment in the Google Play
+ Developer Console to test two variant designs of feature art. Their prediction
+ was that their current control graphic would outperform the variant designs,
+ because of the game’s brand and icon reputation on the web.
+</p>
+
+<h3>Results</h3>
+
+<p>
+ The results revealed that variant graphics showing more of the game’s builder
+ mechanics and strategy drove more installs compared to the existing branded
+ icon.
+</p>
+
+ <img
+ src="{@docRoot}images/distribute/stories/kongregate-adv-cap-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/kongregate-adv-cap-screenshot.png 1x
+ {@docRoot}images/distribute/stories/kongregate-adv-cap-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Beautifully designed achievements badges encourage unlock
+ </p>
+
+<p>
+ Jeff Gurian, Senior Marketing Director at Kongregate commented that: "Google
+ Play's Store Listing Experiments tool allows us to maximize ASO performance
+ across all of our channels in a live environment, for free — it is now our
+ primary tool for testing."
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Learn how to run
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> and read our best practices for
+ <a href="https://developer.android.com/distribute/users/experiments.html">
+ running successful experiments</a>.
+</p>
diff --git a/docs/html/distribute/stories/games/kongregate-global-assault.jd b/docs/html/distribute/stories/games/kongregate-global-assault.jd
new file mode 100644
index 0000000..e8fec2d
--- /dev/null
+++ b/docs/html/distribute/stories/games/kongregate-global-assault.jd
@@ -0,0 +1,78 @@
+page.title=Kongregate increases Global Assault installs by 92 percent with Store Listing Experiments
+page.metaDescription=Kongregate decided to use Store Listing Experiments to see if different artwork could impact the installs of their game Global Assault. They found that icons illustrating dynamic game play drove more installs from the store listing page than their existing icon.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/kongregate-global-assault.jpg
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img
+ src="{@docRoot}images/distribute/stories/kongregate-global-assault-icon.png"
+ height="113" />
+</div>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.kongregate.mobile.globalassault.google">
+ Global Assault</a> is a free-to-play, 3D strategy RPG developed and produced
+ by Kongregate that was released in November 2014. Kongregate decided to use
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> to see if different artwork could impact their
+ installs. They found that icons illustrating dynamic game play drove more
+ installs from the store listing page than their existing icon.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/developer?id=Kongregate">
+ Kongregate</a> used a global store listing experiment in the Google Play
+ Developer Console to test three new icons. From previous internal tests, they
+ believed that their existing icon, the control, would perform best in terms of
+ installs.
+</p>
+
+<h3>Results</h3>
+
+<p>
+ The results showed that one new icon, the ‘Chopper’ variant, outperformed the
+ control group by 92 percent in terms of installs. Based on these findings,
+ Kongregate changed Global Assault’s icon on Google Play to the ‘Chopper’
+ image.
+</p>
+
+
+ <img
+ src="{@docRoot}images/distribute/stories/kongregate-global-assault-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/kongregate-global-assault-screenshot.png 1x
+ {@docRoot}images/distribute/stories/kongregate-global-assault-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Beautifully designed achievements badges encourage unlock
+ </p>
+
+
+<p>
+ Jeff Gurian, Senior Marketing Director at Kongregate commented that “as a
+ publisher we are responsible for handling the marketing spend of our
+ developers. If we can improve conversion rates through art or graphics by even
+ 0.5% it is extremely valuable to us — and the Store Listing Experiment tool
+ gives us the data we need to make those decisions.”
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Learn how to run
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> and read our best practices for
+ <a href="https://developer.android.com/distribute/users/experiments.html">
+ running successful experiments</a>.
+</p>
diff --git a/docs/html/distribute/stories/games/leos-fortune.jd b/docs/html/distribute/stories/games/leos-fortune.jd
new file mode 100644
index 0000000..8b20596
--- /dev/null
+++ b/docs/html/distribute/stories/games/leos-fortune.jd
@@ -0,0 +1,80 @@
+page.title=Saved games help bring players back to Leo’s Fortune
+page.metaDescription=1337 & Senri implemented Google Play games services saved games in their game Leo’s Fortune.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/leos-fortune.jpg
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/leos-fortune-icon.png"
+ height="113" />
+</div>
+
+<p>
+ 1337 & Senri, a software development firm based in Gothenburg, Sweden, have
+ collaborated on a number of games, including
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.leosfortune">
+ Leo’s Fortune</a> and
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.senri.da">Devil's
+ Attorney</a>.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ Senri implemented Google Play games services saved games in Leo’s Fortune. Each saved game includes a screenshot showing the date and time of the last play session, as well as the current chapter and total play time. In addition progress information is displayed clearly in Play Games destination app’s home screen.
+</p>
+
+<p>
+ In addition, they also implemented one Leaderboard per chapter, which fits
+ well with the flow and objective of the game.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:304px">
+ <img
+ src="{@docRoot}images/distribute/stories/leos-fortune-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/leos-fortune-screenshot.png 1x
+ {@docRoot}images/distribute/stories/leos-fortune-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Players can view and restart games
+ </p>
+</div>
+
+<p>
+ Adoption of cloud saved games, achievements, and leaderboards was very high
+ among players of Leo’s Fortune.
+</p>
+
+<p>
+ They found that Google Play games services users are 22 percent more likely to
+ come back after 1 day and 17 percent more likely after 2 days.
+</p>
+
+<p>
+ See examples of how 1337 & Senri integrated Google Play games services saved
+ games, achievements, and leaderboards into the
+ <a class="external-link"
+ href="{@docRoot}shareables/stories/Senri_LeosFortune_gpgs.pdf">
+ UI of Leo's Fortune</a>.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out how to add
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/savedgames">
+ saved games</a> to your games and discover more about
+ <a href="https://developer.android.com/distribute/engage/game-services.html">
+ using Google Play games services</a> in your games to increase player
+ engagement and revenues.
+</p>
diff --git a/docs/html/distribute/stories/games/noodlecake-super-stickman.jd b/docs/html/distribute/stories/games/noodlecake-super-stickman.jd
new file mode 100644
index 0000000..54a4794
--- /dev/null
+++ b/docs/html/distribute/stories/games/noodlecake-super-stickman.jd
@@ -0,0 +1,108 @@
+page.title=Noodlecake engages players with multiplayer in Super Stickman Golf 2
+page.metaDescription=For the update to Super Stickman Golf, Noodlecake made extensive use of Google Play games services.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/noodlecake-super-stickman.jpg
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/noodlecake-super-stickman-icon.png"
+ height="113" />
+</div>
+
+<p>
+ Founded in early 2011, Noodlecake Studios is an indie game studio based in
+ Canada. Noodlecake found success with its first game, Super Stickman Golf.
+ Since then they have expanded into publishing and releasing games on multiple
+ platforms.
+</p>
+
+<p>
+ For the update to Super Stickman Golf Noodlecake made extensive use of
+ Google Play games services.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ In
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.noodlecake.ssg2">
+ Super Stickman Golf 2</a> Noodlecake implemented a game open screen that
+ prompts the user to sign in, with a clear value proposition. Once the user has
+ signed in, they’re given the option to auto sign-in in the future. For users
+ who don’t select this option, sign-in is prominently displayed on the game’s
+ home screen.
+</p>
+
+<p>
+ In addition to achievements, the main Google Play games services feature in
+ Super Stickman Golf 2 is multiplayer. Users have two multiplayer options:
+ turn based or race mode, which engage with different types of players.
+ Players can find an opponent among their friends or one at random to start a
+ game immediately. And to minimize drop-off asynchronous gameplay starts
+ immediately after an invite is issued.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:379px">
+ <img
+ src="{@docRoot}images/distribute/stories/noodlecake-super-stickman-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/noodlecake-super-stickman-screenshot.png 1x
+ {@docRoot}images/distribute/stories/noodlecake-super-stickman-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Two multiplayer options engage with different types of players
+ </p>
+</div>
+
+<p>
+ Noodlecake found that user acquisition, retention, and engagement positively
+ correlated with the use of Google Play Games by players. This is consistent
+ across different games and genres, not just for Stickman Golf 2.
+</p>
+
+<p>
+ Also multiplayer, in addition to increasing user engagement, is also an
+ effective user acquisition channel.
+</p>
+
+<p>
+ Some key metrics include:
+ <ul>
+ <li>~96 percent increase in the number of users after Google Play games
+ services integration.</li>
+ <li>~26 percent decrease in the user attrition rate.</li>
+ <li>~6 percent increase in session length.</li>
+ </ul>
+</p>
+
+<p>
+ See examples of how Noodlecake Studio integrated Google Play games services
+ multiplayer and achievements into the
+ <a style="external-link"
+ href="{@docRoot}shareables/stories/Noodlecake_SuperStickmanGolf2_gpgs.pdf">
+ UI of Super Stickman Golf 2</a>.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out how to add
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/realtimeMultiplayer">
+ real-time</a> or
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/turnbasedMultiplayer">
+ turn-based</a> multiplayer and
+ <a class="external-link"
+ href="https://developers.google.com/games/services/common/concepts/achievements">achievements</a> to your games and discover more about
+ <a href="https://developer.android.com/distribute/engage/game-services.html">
+ using Google Play games services</a> in your games to increase player
+ engagement and revenues.
+</p>
diff --git a/docs/html/distribute/stories/games/rvappstudios-zombie.jd b/docs/html/distribute/stories/games/rvappstudios-zombie.jd
new file mode 100644
index 0000000..134bac4
--- /dev/null
+++ b/docs/html/distribute/stories/games/rvappstudios-zombie.jd
@@ -0,0 +1,70 @@
+page.title=Localization improves Zombie Ragdoll engagement at launch
+page.metaDescription=Zombie Ragdoll is a physics based zombie shooting game launched by RV AppStudios in August 2013. Having attended Google I/O talks, the team at RV AppStudios was inspired to go global with Zombie Ragdoll at launch.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/rvappstudios-zombie.jpg
+page.timestamp=1454440882
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/rvappstudios-zombie-icon.png" height="113" />
+</div>
+
+<p>
+ <a class="external-link" href="
+ https://play.google.com/store/apps/details?id=com.rvappstudios.zombieragdoll">
+ Zombie Ragdoll</a> is a physics based zombie shooting game launched by RV AppStudios in August
+ 2013. Inspired by Google I/O talks about reaching global users on Google Play, the team at RV
+ AppStudios was inspired to go global with Zombie Ragdoll at launch.
+</p>
+
+
+<h3>What they did</h3>
+
+<p>
+ Using the App Translation Service in the Google Play Developer Console,
+ RV AppStudios launched Zombie Ragdoll localized into 20 languages.
+ In addition to localizing the text within the game, they also localized
+ game assets to specific countries and cultures.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:380px">
+ <img width="380"
+ src="{@docRoot}images/distribute/stories/rvappstudios-zombie-screenshot.jpg"
+ srcset=
+ "{@docRoot}images/distribute/stories/rvappstudios-zombie-screenshot.jpg 1x
+ {@docRoot}images/distribute/stories/rvappstudios-zombie-screenshot_2x.jpg 2x">
+ <p class="img-caption">
+ Hindi version of Zombie Ragdoll
+ </p>
+</div>
+
+<p>
+ After launch 80% of downloads came from non-English speaking countries,
+ improving engagement with users worldwide. In addition, there was
+ growth in use in countries where their apps hadn’t been as popular
+ before; achieving significant traction in countries such as Vietnam,
+ Russia, Philippines, and Thailand.
+</p>
+
+<p>
+ Vivek Dave, founder of RV AppStudios says, “Users want a personalized
+ experience, and by offering a localized game with translation of text and
+ graphic assets, we believe users will connect at a much deeper level.""
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out more about the App Translation Service <a href="
+ http://developer.android.com/distribute/tools/localization-checklist.html#gp-trans">
+ here</a> and read the full <a href="
+ https://developer.android.com/distribute/tools/localization-checklist.html">
+ Localization checklist</a> to simplify the process of localizing your app
+ or game for users across the globe.
+</p>
diff --git a/docs/html/distribute/stories/games/tiny-co.jd b/docs/html/distribute/stories/games/tiny-co.jd
new file mode 100644
index 0000000..b8435ba
--- /dev/null
+++ b/docs/html/distribute/stories/games/tiny-co.jd
@@ -0,0 +1,78 @@
+page.title=TinyCo finds monetization opportunities on tablets
+page.metaDescription=TinyCo launches their line of apps across multiple form factors.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/tiny-co.jpg
+page.timestamp=1456340902
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/tinyvillage-icon.png"
+ height="113" />
+</div>
+
+<p>
+ App developer TinyCo, makers of a suite of games such as Tiny Monsters,
+ decided to prioritize launching effectively across multiple platforms. They
+ chose Android as one of their primary launch platforms because of its large
+ installed base and global reach. They also knew that the growing base of
+ Android tablet users represented a huge opportunity.
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ <a class="external-link"
+ href="http://play.google.com/store/apps/details?id=com.tinyco.village">
+ Tiny Village</a>, a game targeting 7- to 10-inch tablets and phones, was their
+ first title to take advantage of the strategy, and it proved to be a winning
+ one — especially in terms of Android tablets.
+</p>
+
+<h3>Results</h3>
+
+<div class="figure" style="width:336px">
+ <img
+ src="{@docRoot}images/distribute/stories/tinyvillage-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/tinyvillage-screenshot.png 1x
+ {@docRoot}images/distribute/stories/tinyvillage-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Tiny Village monetized better on tablets
+ </p>
+</div>
+
+<p>
+ In the six months from launch TinyCo saw Android tablet <b>downloads more than
+ triple</b>.
+</p>
+
+<p>
+ When used on tablets Tiny Village also showed an increase in average revenue
+ per paying user (ARPPU) — about 35% higher than on smaller-screen devices such
+ as phones. Additionally, average revenue per user <b>(ARPU) is now about 35%
+ higher</b> as well. “The game is just much more immersive on tablets,” said
+ Rajeev Nagpal, Head of Product at TinyCo.
+</p>
+
+<p>
+ There has also been a <b>consistent increase in retention</b> over other
+ platforms, an important metric for games according to Nagpal.
+</p>
+
+<p>
+ “With continued optimization of the gameplay experience and a genuine
+ commitment to our Android offering through our Griffin engine, all of our
+ metrics started to rise,” said Nagpal.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Find out more about creating a tablet version of your app by reviewing the
+ <a href="http://developer.android.com/distribute/essentials/quality/tablets.html">
+ Tablet App Quality</a> guidelines and growing your user base.
+</p>
diff --git a/docs/html/distribute/stories/games/two-dots.jd b/docs/html/distribute/stories/games/two-dots.jd
new file mode 100644
index 0000000..a2299ce
--- /dev/null
+++ b/docs/html/distribute/stories/games/two-dots.jd
@@ -0,0 +1,77 @@
+page.title=Two Dots increased installs by 7 percent using Store Listing Experiments
+page.metaDescription=Two Dots, the sequel to the popular game Dots, is a free-to-play puzzle game launched by Playdots, Inc. Playdots decided to use Store Listing Experiments to see if adding a call to action in the games’ store listing short descriptions had an impact on installs.
+page.tags="developerstory", "games", "googleplay"
+page.image=images/cards/distribute/stories/two-dots.png
+page.timestamp=1456431511
+
+@jd:body
+
+
+<h3>Background</h3>
+
+<div class="figure" style="width:113px">
+ <img src="{@docRoot}images/distribute/stories/two-dots-icon.png"
+ height="113" />
+</div>
+
+<p>
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.weplaydots.twodotsandroid&hl=en">
+ Two Dots</a>, the sequel to the popular game
+ <a class="external-link"
+ href="https://play.google.com/store/apps/details?id=com.nerdyoctopus.gamedots&hl=en">
+ Dots</a>, is a free-to-play puzzle game launched by Playdots, Inc. in May
+ 2014. Since launch it has gained over 30 million downloads, seen over five
+ billion games played, and achieved 15 times the revenue of the original Dots
+ game within a year. Dots decided to use
+ <a class="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> to see if adding a call to action in the games'
+ store listing short descriptions had an impact on installs.
+
+</p>
+
+<h3>What they did</h3>
+
+<p>
+ Dots used localized store listing experiments in the Google Play Developer
+ Console to test both games’ short descriptions. They compared the games’
+ current descriptions — the control, with no call to action — against variant
+ descriptions, targeting half of their traffic with the variant descriptions.
+</p>
+
+<h3>Results</h3>
+
+<p>
+ The results showed that the addition of a call to action in the short
+ description had a positive impact on installs.
+</p>
+
+
+ <img
+ src="{@docRoot}images/distribute/stories/two-dots-screenshot.png"
+ srcset=
+ "{@docRoot}images/distribute/stories/two-dots-screenshot.png 1x
+ {@docRoot}images/distribute/stories/two-dots-screenshot_2x.png 2x">
+ <p class="img-caption">
+ Beautifully designed achievements badges encourage unlock
+ </p>
+
+
+<p>
+ In Dots, the conversion rate increased by 2 percent with a simple call to
+ action in the variant text. In Two Dots, where a call to action was combined
+ with messaging that the game is the “best puzzle game on Android”, conversion
+ rates increased by 7 percent compared to the control description.
+</p>
+
+<h3>Get started</h3>
+
+<p>
+ Learn how to run
+ <a clas="external-link"
+ href="https://support.google.com/googleplay/android-developer/answer/6227309">
+ Store Listing Experiments</a> and read our best practices for
+ <a href="https://developer.android.com/distribute/users/experiments.html">
+ running successful experiments</a>.
+</p>
diff --git a/docs/html/distribute/stories/glu-dh.jd b/docs/html/distribute/stories/glu-dh.jd
index f23ec98..3353f69 100644
--- a/docs/html/distribute/stories/glu-dh.jd
+++ b/docs/html/distribute/stories/glu-dh.jd
@@ -1,6 +1,6 @@
page.title=Glu improves player lifetime value with Google Play games services sign-in
page.metaDescription=With the release of their game Deer Hunter 2014, leading developer and publisher Glu Mobile found that Google Play games services helped improve the user experience leading to increased player happiness.
-page.tags="stories", "Google Play"
+page.tags="developerstory", "games", "googleplay"
page.image=images/cards/distribute/stories/glu-dh.jpg
timestamp=1456787470
diff --git a/docs/html/distribute/stories/index.jd b/docs/html/distribute/stories/index.jd
index eb94e31..8fe1019 100644
--- a/docs/html/distribute/stories/index.jd
+++ b/docs/html/distribute/stories/index.jd
@@ -1,6 +1,4 @@
page.title=Developer Stories
-section.landing=true
-nonavpage=true
excludeFromSuggestions=true
page.metaDescription=Android developers, their apps, and their successes with Android and Google Play.
@@ -26,7 +24,7 @@
data-sortOrder="-timestamp"
data-cardSizes="6x6"
data-items-per-page="15"
- data-initial-results="6"></div>
+ data-initial-results="9"></div>
</div></section>
<section class="dac-section dac-small" id="latest-games"><div class="wrap">
@@ -37,5 +35,5 @@
data-sortOrder="-timestamp"
data-cardSizes="6x6"
data-items-per-page="15"
- data-initial-results="6"></div>
+ data-initial-results="9"></div>
</div></section>
diff --git a/docs/html/distribute/stories/localization.jd b/docs/html/distribute/stories/localization.jd
deleted file mode 100644
index a6a17eb..0000000
--- a/docs/html/distribute/stories/localization.jd
+++ /dev/null
@@ -1,331 +0,0 @@
-page.title=Developer Stories: Localization in Google Play
-meta.tags="google play, developer story, localization, global, games"
-page.tags="stories", "video", "case study"
-page.timestamp=1381449600
-page.image=/images/distribute/zombie-ragdoll-n5-land.jpg
-page.metaDescription=Hear from Android developers who have successfully used the Google Play App Translation Service.
-
-@jd:body
-
-<p>
- As you build your app and distribute it across the world through Google Play,
- localization becomes an increasingly important tool to reach more users.
- Localization involves a <a href=
- "{@docRoot}distribute/googleplay/publish/localizing.html">variety of tasks</a>, but
- most important is creating quality translations of your app's UI strings and
- marketing materials.
-</p>
-
-<p>
- Managing the translation process across multiple languages can be a
- challenge, especially if you need to locate translators on your own. That’s
- why Google Play offers the App Translation Service right from the Developer
- Console. It's a single place where you can go to source professional
- translators, get cost estimates, and then send your strings and other
- materials for translation.
-</p>
-
-<p>
- Here are some stories from developers who have used Google Play's App Translation
- Service to localize their apps and the results they've seen as they've
- expand their offerings beyond a single language.
-</p>
-
-<!-- START STORY -->
-
-<div style="margin-bottom:2em;padding-top:10px;" id="zombieragdoll">
-
-<h3 style="line-height:1.25em">Zombie Ragdoll: Improved user engagement<br /> with localized versions</h3>
-
- <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px height:78px;
- width: 78px;
- float: left;
- margin: 12px 20px 9px 20px;" src=
- "https://lh4.ggpht.com/m-Ew8c8C_nGctbP6PSPGOaVNnGFryReOE2yHXJ9Z6Prk1nsDyx5w5TmWfg-P5N3HypA=w124">
-
- <div style="list-style: none;height:100%;
- float: right;
- border-top: 1px solid #9C0;
- width: 220px;
- margin: 4px 20px;padding: .5em;">
-
- <h5>About the app</h5>
-
- <ul>
- <li><a href="https://play.google.com/store/apps/details?id=com.rvappstudios.zombieragdoll">Zombie Ragdoll</a></li>
- <li>A fun zombie-based physics game</li>
- </ul>
-
- <h5>Localization Results</h5>
-
- <ul>
- <li>Increased engagement because of appeal of the localized version</li>
- <li>80% of installs came from users of non-English languages</li>
- </ul>
-
- <div style="padding:.5em 0 0 1em;">
- <a href="https://play.google.com/store/apps/details?id=com.rvappstudios.zombieragdoll">
- <img alt="Android app on Google Play"
- src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" />
- </a>
-
- </div>
- </div>
-
- <div style="line-height:1.4em;">
-
-<p>
- The 2013 Google I/O talks about <a href=
- "https://developers.google.com/events/io/sessions/326345917">Building Android
- Apps for a Global Audience</a> and <a href=
- "https://developers.google.com/events/io/sessions/326455375">What’s New for
- Developers in Google Play</a> inspired developers at RV AppStudios to go global
- from very beginning for their new game, Zombie Ragdoll. They launched Zombie
- Ragdoll in August 2013, localized into 20 languages.
-</p>
-
-<p>
- They quickly saw the impact of their decision to ship simultaneously in
- multiple languages through increased non-English installs and improved
- engagement with users worldwide. In addition, they started getting
- significant usage in countries where their apps had not been as popular
- before. They are seeing great traction in countries like Vietnam, Russia,
- Philippines and Thailand.
-</p>
-
-<p>
- Vivek Dave, founder of RV AppStudios, credits the success of Zombie Ragdoll
- to localization:
-</p>
-
-<p>
- "The value of localization is clear, it helps discoverability and helps
- connect with the users in other countries. So when the localization
- opportunity arose, we immediately jumped on it. Android is worldwide, and we
- would be severely limiting ourselves if we focused on English as the only
- language.
-</p>
-
-<p>
- "The App Translation Service offered in the Google Play Developer Console is
- extremely easy to use and the pricing is very attractive. Developers with
- limited localization experience can easily create, upload, and translate
- their app."
-</p>
-
-
-<p>
- RV AppStudios not only localizes the text within the game, but also localizes
- the game assets to a specific country/culture. Dave says, “Users want a
- personalized experience, and by offering a localized game with translation of
- text and graphic assets, we believe users will connect at a much deeper level
- with the game.”
-</p>
-
-
- <div style="margin-top:8px;float:left;margin-right:24px;">
- <img src="{@docRoot}images/distribute/zombie-ragdoll-n5-land.jpg" style="width:470px;">
- </div>
-
-
- <div style="margin-top:128px;">
- <p class="img-caption"><strong>Hindi version of Zombie Ragdoll</strong>:
- Localized screenshots and videos in the app's Google Play listing go a
- long way toward increasing the number of installs.</p>
- </div>
-
- </div>
-
-</div> <!-- END STORY -->
-
-<!-- START STORY -->
-
-<div style="margin-bottom:2em;padding-top:18px;clear:both;" id="sayhichat">
-
-<h3>SayHi Chat: Install growth and user engagement<br />
- from professional translations</h3>
-
- <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px height:78px;
- width: 78px;
- float: left;
- margin: 12px 20px 9px 20px;" src=
- "https://lh5.ggpht.com/qiL6CF1Hktz618T3mbGrxvm_OoeheQ78FgG7zr90C2MCRiz4IDQsbKuHT4xQGiWEU8o=w124">
-
- <div style="list-style: none;height:100%;
- float: right;
- border-top: 1px solid #9C0;
- width: 220px;
- margin: 4px 20px;padding: .5em;">
-
- <h5>About the app</h5>
-
- <ul>
- <li><a href="https://play.google.com/store/apps/details?id=com.unearby.sayhi">SayHi Chat,
- Love, Meet, Dating</a></li>
- <li>A social app to help you find people nearby</li>
- </ul>
-
- <h5>Localization Results</h5>
-
- <ul>
- <li>120% growth in language installs for new languages added</li>
- <li>~20% increase in revenue and ~50% increase in User Reviews in the new
- languages</li>
- </ul>
-
- <div style="padding:.5em 0 0 1em;">
- <a href="https://play.google.com/store/apps/details?id=com.unearby.sayhi">
- <img alt="Android app on Google Play"
- src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" />
- </a>
-
- </div>
- </div>
-
- <div style="line-height:1.4em;">
-
-<p>
- The SayHi Chat app started out only in Japanese, Chinese and English. It soon
- became one of the most popular apps in Japan, Hong Kong, and Taiwan. The
- SayHi team realized it was time to launch in more languages, as the language
- barrier was restricting how fast SayHi could grow globally. </p>
-
- <p>Yan Shi, senior
- developer at SayHi, says: "We checked Google Analytics for our DAU and user
- growth numbers in each country, we also looked at total Android and iOS users
- in those markets before finalizing our next set of languages.
-</p>
-
- <div style="margin-top:8px;float:left;width:270px;">
- <img src="{@docRoot}images/distribute/hichat-n5-port.jpg" style="width:240px;margin-right:48px;">
- </div>
-
-<p>
- SayHi used the App Translation Service to launch in 13 additional languages
- in August 2013 and immediately saw 120% increase in install rates. In
- addition, they are seeing their app ranked in Top 10 apps in countries like
- Poland and Italy.
-</p>
-
-<p>Notably, they saw steady growth in Spain after replacing their previous
- non-professional Spanish translation with a professional one produced through
- the App Translation Service.</p>
-
-<p>
- Yan Shi adds, “The App Translation Service is really easy to use and
- the completion time for translation requests is very good.”
-</p>
-
- <div style="width:600px;margin-top:98px;padding:0;">
- <p class="img-caption"><strong>Arabic version of SayHi Chat</strong>:
- User engagement increased significantly with
- the localized version.</p>
- </div>
-
- </div>
-</div> <!-- END STORY -->
-
-
-<div style="margin-bottom:2em;clear:both;padding-top:18px;" id="g4a"><!-- START STORY -->
-
-<h3 style="line-spacing:1.25em;">G4A Indian Rummy: Benefitting from ease-of-use and<br /> fast turnaround time</h3>
-
- <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px height:78px;
- width: 78px;
- float: left;
- margin: 12px 20px 9px 20px;" src=
- "https://lh4.ggpht.com/IxSyQgO0LWzPRoLfCrER06-0kr6aMAa2azF7eNYB30EBZAGOLYJUZulknPockbTlDYU=w124">
-
- <div style="list-style: none;height:100%;
- float: right;
- border-top: 1px solid #9C0;
- width: 220px;
- margin: 4px 20px;padding: .5em;">
-
- <h5>About the app</h5>
-
- <ul>
- <li><a href="https://play.google.com/store/apps/details?id=org.games4all.android.games.indianrummy.prod">G4A Indian Rummy</a></li>
- <li>A card game in which the players try to form sets and sequences of cards</li>
- </ul>
-
- <h5>Localization Results</h5>
-
- <ul>
- <li>Double the number of users in French and German languages</li>
- <li>300% increase in user engagement with localized version</li>
- </ul>
-
- <div style="padding:.5em 0 0 1em;">
- <a href="https://play.google.com/store/apps/details?id=com.rvappstudios.zombieragdoll">
- <img alt="Android app on Google Play"
- src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" />
- </a>
- </div>
- </div>
-
- <div style="line-height:1.4em;">
-
-<p>
- Games4All (G4A) is the developer of Indian Rummy and a variety of games that
- they distribute broadly to users around the world. After noticing that
- certain apps had become especially popular in specific countries, they
- decided to localize those apps. Initially they used a local agency to do
- the translation and got great results — the number of users in
- that language increased tremendously when they released the localized
- version.
-</p>
-
-<p>
- Building on that success, G4A expanded their localization goals but
- found that translation quality varied across their vendors and costs limited the
- language/game combinations they could try. That's when G4A decided to try the
- App Translation Service.
-</p>
-
-<p>
- Founder Pieter Olivier says, "When we heard that the App Translation
- Service was available in the Developer Console, we jumped at the opportunity.
- We've now been using the App Translation Service for several months and found
- that the cost per translation is much lower than with local companies and the
- process is much easier."
-</p>
-
-<p>So far, G4A has translated the game Indian Rummy into five languages through
- the App Translation Service.</p>
-
-<p>
- Olivier continues, "The first thing we did was convert all of our texts into
- the strings.xml format. After that using the service was extremely easy and
- straightforward. In contrast, our previous experiences with translation
- agencies were much more difficult: files often required extensive conversion
- operations to make them usable, and turnaround times varied wildly.
-</p>
-
-<p>
- "With the App Translation Service, the turnaround time is usually measured in
- days instead of weeks that we were used to with traditional translation
- agencies."
-</p>
-
- <div style="margin-top:14px;float:left;margin-right:24px;">
- <img src="{@docRoot}images/distribute/indian-rummy-n4-land.jpg" style="width:470px;">
- </div>
-
- <div style="margin-top:158px;">
- <p class="img-caption"><strong>Dutch
- version of Indian Rummy</strong>: Making slight changes to games rules based on
- local nuances was key to success of the game.</p>
- </div>
-
- </div>
-
-
-
-</div> <!-- END STORY -->
\ No newline at end of file
diff --git a/docs/html/distribute/stories/stories_toc.cs b/docs/html/distribute/stories/stories_toc.cs
index 54b7639..cd86af8 100644
--- a/docs/html/distribute/stories/stories_toc.cs
+++ b/docs/html/distribute/stories/stories_toc.cs
@@ -1,30 +1,27 @@
<ul id="nav">
<li class="nav-section">
- <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/index.html">
- <span class="en">Videos</span></a>
+ <div class="nav-section-header empty" style="font-weight:normal">
+ <a href="<?cs var:toroot?>distribute/stories/index.html">
+ <span class="en">Latest</span></a>
</div>
</li>
<li class="nav-section">
- <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/localization.html">
- <span class="en">Going Global</span></a>
+ <div class="nav-section-header empty" style="font-weight:normal">
+ <a href="<?cs var:toroot?>distribute/stories/apps.html">
+ <span class="en">Apps</span>
+ </a>
</div>
</li>
<li class="nav-section">
- <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/games.html">
- <span class="en">Games</span>
- </a>
- </div>
- </li>
- <li class="nav-section">
- <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/tablets.html">
- <span class="en">Tablets</span>
- </a>
+ <div class="nav-section-header empty" style="font-weight:normal">
+ <a href="<?cs var:toroot?>distribute/stories/games.html">
+ <span class="en">Games</span>
+ </a>
</div>
</li>
</ul>
-
<script type="text/javascript">
<!--
buildToggleLists();
diff --git a/docs/html/distribute/stories/tablets.jd b/docs/html/distribute/stories/tablets.jd
deleted file mode 100644
index 085cd8f..0000000
--- a/docs/html/distribute/stories/tablets.jd
+++ /dev/null
@@ -1,369 +0,0 @@
-page.title=Developer Stories: The Opportunity of Android Tablets
-meta.tags="google play, developer story, journal, tablets, apps"
-page.metaDescription=Developers are investing in a full tablet experience for their apps and seeing those investments pay off big.
-page.image=images/distribute/rememberthemilk.png
-page.timestamp=1381449600
-
-@jd:body
-
-
-<p>"More" and more, developers are investing in a full tablet experience
-for their apps and are seeing those investments pay off big. The increased
-screen area on tablets opens up a world of possibilities, allowing for more
-engagement with the user — which can mean an increase in usage as well as
-more monetization opportunities. And with the growing wave of Android tablets that
-continue to hit the market, it’s an important piece of any developer’s mobile
-offering. </p>
-
-<p>Here are some stories from developers who are seeing real results as they
-expand their offering to include Android tablets.</p>
-
-
-<div style="margin-bottom:2em;" id="rememberthemilk"><!-- START STORY -->
-
-<h3>Remember The Milk: Lifting installs with tablet design</h3>
-
- <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px height:78px;
- width: 78px;
- float: left;
- margin: 12px 20px 9px 20px;" src=
- "http://lh3.ggpht.com/xmnal18taauP2mjQFEhr1PhcItQ_W32IRuaD86IoL2U_4E-mfeKiliKtkISgOuA6Ln9n=w124">
-
- <div style="list-style: none;height:100%;
- float: right;
- border-top: 1px solid #9C0;
- width: 220px;
- margin: 4px 20px;padding: .5em;">
-
-
- <h5>About the app</h5>
-
-
- <ul>
- <li><a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">Remember The Milk</a></li>
- <li>A feature-packed to-do list app; never forget the milk (or anything else) again</li>
- </ul>
-
- <h5>Tablet Results</h5>
-
- <ul>
- <li>83% jump in tablet installs following update </li>
- <li>Nexus 7 is most popular Android device for app </li>
- <li>Single APK for phones and tablets</li>
- </ul>
-
- <div style="padding:.5em 0 0 1em;">
- <a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">
- <img alt="Android app on Google Play"
- src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" />
- </a>
-
- </div>
- </div>
-
- <div style="line-height:1.4em;">
- <p style="margin-top:0;margin-bottom:12px;">When the Android tablet guidelines
- came out in 2012, the team at Remember The Milk had already been thinking about
- a redesign for their <a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">feature-packed
- to-do list app</a>. Omar Kilani, Co-founder of Remember The Milk, explains how
- <a href="http://blog.rememberthemilk.com/2013/04/the-all-new-remember-the-milk-for-android-and-tablets-too/">updating</a>
- their app to meet the tablet guidelines lead to an 83% jump in tablet installs: </p>
-
- <p>“We took this as an opportunity to think about how we were going to approach
- Android tablets differently from a user experience perspective. The guidelines
- were a helpful resource, and with the extra screen real estate tablets afford,
- users have the opportunity to see all of their data in context and drill down
- on more items. All of this is accomplished using a single APK on Play, even though
- the phone and tablet versions each capture completely different use cases for us.”</p>
-
- <p>“In the month after updating, we saw our tablet installs on Google Play jump 83%,
- and the Nexus 7 is now the most popular Android device amongst our users. For us,
- designing for tablets was an investment that has really paid off.”</p>
-
- <p>The team also came out with a number of other goodies — including a new set of
- widgets and richer notifications, and more ways to provide an immersive experience
- for their users.</p>
- </div>
-
- <div style="clear:both;margin-top:30px;width:auto;">
-
- <img src="{@docRoot}images/distribute/rememberthemilk.png">
-
- <div style="width:600px;margin-top:0px;padding:0 90px;">
- <p class="image-caption"><span style="font-weight:500;">Tablet redesign led to lift
- in installs</span>: Following the redesign of the Android app, in part to meet the tablet
- design criteria, Remember The Milk saw an 83% increase in tablet installs.</p>
- </div>
-
- </div>
-
-</div> <!-- END STORY -->
-
-
-<div style="margin-bottom:2em;" id="mint"><!-- START STORY -->
-
-<h3>Mint: More screen real estate = more engagement</h3>
-
- <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px height:78px;
- width: 78px;
- float: left;
- margin: 12px 20px 9px 20px;" src=
- "https://lh5.ggpht.com/0xAIZJ1uE05b4RHNHgBBTIH6nRdPTY660T104xY7O2GbHXwab6YVmpU5yYg8yacfBg=w124">
-
- <div style="list-style: none;height:100%;
- float: right;
- border-top: 1px solid #9C0;
- width: 220px;
- margin: 4px 20px;padding: .5em;">
-
-
- <h5>About the app</h5>
-
-
- <ul>
- <li><a href="http://play.google.com/store/apps/details?id=com.mint">Mint.com Personal Finance</a> by Intuit Inc.</li>
- <li>Financial management app targeting 7- to 10-inch tablets and phones</li>
- </ul>
-
- <h5>Tablet Results</h5>
-
- <ul>
- <li>Able to offer richer UI features</li>
- <li>Much higher user engagement</li>
- <li>Longer sessions — more Android tablet users have sessions longer than 5 minutes</li>
- </ul>
-
- <div style="padding:.5em 0 0 1em;">
-<a href="http://play.google.com/store/apps/details?id=com.mint">
- <img alt="Android app on Google Play"
- src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" />
-</a>
-
- </div>
- </div>
-
- <div style="line-height:1.4em;">
- <p style="margin-top:0;margin-bottom:12px;">When Intuit was thinking about
-expanding their Mint mobile offering to include a version optimized for Android
-tablets, they knew that taking the layout that worked for phones and simply
-showing an enlarged version wouldn’t take full advantage of the opportunities
-that tablets afford.</p>
-
- <p>“We knew we had a lot more real estate, and we wanted to provide a more
-immersive experience for our users” said Ken Sun, Intuit Group Product Manager
-at Mint.</p>
-
-<p>Intuit’s Mint app, which has a 4-star rating on Google Play, brings a number
-of features to Android tablets that aren’t available for phones, including a
-more visual presentation of personal financial data.</p>
-
-<p>“Whereas our app for phones is used throughout the day for quick sessions,
-we’ve seen a larger percentage of our tablet usage happen in the evening, for
-much longer sessions,” said Sun. “People are doing a lot more than just checking
-their spending. They’re looking at historical trends, re-categorizing
-transactions, analyzing the data and setting financial goals for the future
-— digging much deeper and being more thoughtful. One example is how much
-users are interacting with their own budgets in the tablet app. Customer budget
-operations (view, edit, drill-down, etc.) are 7x higher on Android tablets than
-they are on phones.”</p>
-
-<p>Fifty percent more Android tablet users have Mint sessions of 5 minutes or
-longer than they do on phones. “We’ve found that phone usage is indicative of a
-customer’s regular financial check-in, while tablet usage points towards more
-analysis and interaction with that customer’s personal financial data. This is
-the sort of immersive engagement experience we were looking for; the tablet and
-phone apps serve as great complements to each other."</p>
- </div>
-
- <div style="clear:both;margin-top:40px;width:auto;">
-
- <img src="{@docRoot}images/distribute/mint.png">
-
- <div style="width:600px;margin-top:0px;padding:0 90px;">
- <p class="image-caption"><span style="font-weight:500;">Making the most of tablet screens</span>: Mint used the extra screen area on tablets to offer quick access to additional tools and information.</p>
- </div>
-
- </div>
-
-</div> <!-- END STORY -->
-
-
-<div style="margin:3em auto"><!-- START STORY -->
-
-
-<h3>TinyCo: Monetization opportunities abound on tablets</h3>
-
- <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px height:78px;
- width: 78px;
- float: left;
- margin: 12px 20px 30px 20px;" src=
- "https://lh6.ggpht.com/QTy7lOGRTS58NW4XEeym2sxpWKDmRNod_n3kBrHlqTRIyzIv2gkw8DfwiR4GIAdxiHw=w124">
-
-
- <div style="list-style: none;height:100%;
- float: right;
- border-top: 1px solid #9C0;
- width: 220px;
- margin: 4px 20px;padding: .5em;">
-
- <h5>About the app</h5>
-
- <ul>
- <li><a href="http://play.google.com/store/apps/details?id=com.tinyco.village">Tiny Village</a> by TinyCo</li>
- <li>Game targeting 7- to 10-inch tablets and phones</li>
- </ul>
-
- <h5>Tablet Results</h5>
-
- <ul>
- <li>35% higher average revenue per paying user (ARPPU)</li>
- <li>Consistent increase in user retention</li>
- <li>3x increase in downloads to Android tablets in the last 6 months</li>
- </ul>
-
- <div style="padding:.5em 0 0 1em;">
-<a href="http://play.google.com/store/apps/details?id=com.tinyco.village">
- <img alt="Android app on Google Play"
- src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" />
-</a>
-
- </div>
- </div>
-
- <div style="line-height:1.4em;">
- <p style="margin-top:0;margin-bottom:12px;">
-
-<p>Over a year ago, app developer TinyCo, makers of a suite of games such as
-Tiny Monsters, decided to prioritize launching across multiple platforms
-effectively. They chose Android as one of their primary launch platforms because
-of its large installed base and global reach. They also knew that the growing
-base of Android tablet users represented a huge opportunity.</p>
-
- <p>Tiny Village was their first title to take advantage of the strategy, and
-it proved to be a winning one — especially in terms of Android
-tablets.</p>
-
- <p> “With continued optimization of the gameplay experience and a genuine
-commitment to our Android offering through our Griffin engine, all of our
-metrics started to rise,” said Rajeev Nagpal, Head of Product at TinyCo. In
-fact, they’ve seen Android tablet downloads more than triple in the last six
-months.</p>
-
- <p>One of the first things they noticed about usage of Tiny Village on
-tablets was an increase in average revenue per paying user (ARPPU)—about 35%
-higher than on smaller-screen devices such as phones. Additionally, average
-revenue per user ARPU is now about 35% higher as well. “The game is just much
-more immersive on tablet.”</p>
-
- <p>In addition to an increase in monetization metrics, they’ve also seen a
-consistent increase in retention over other platforms. “These are really
-important metrics for games — if you can get users to both stay around
-longer and spend more while they’re there, you have a recipe for success.”</p>
- </div>
-
- <div style="clear:both;margin-top:40px;width:auto;">
-
- <img src="{@docRoot}images/distribute/tinyvillage.png">
-
- <div style="width:600px;margin-top:0px;padding:0 90px;">
- <p class="image-caption"><span style="font-weight:500;">More monetization
-on tablets</span>: On Android tablets TinyCo has seen higher ARPPU and user
-retention than on phones.</p>
- </div>
-
- </div>
-
-</div> <!-- END STORY -->
-
-
-<div style="margin-bottom:2em;"><!-- START STORY -->
-
-<h3>Instapaper: Riding the growing wave of Android tablets</h3>
-
-
- <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px height:78px;
- width: 78px;
- float: left;
- margin: 12px 20px 9px 20px;" src=
- "https://lh3.ggpht.com/30KKcrIFO8V_wRfhnHaI9l0CLH_orIVFE7Xywtr9TBxAf0hi2BaZkKyBOs63Yfavpg=w124">
-
-
- <div style="list-style: none;height:100%;
- float: right;
- border-top: 1px solid #9C0;
- width: 220px;
- margin: 4px 20px;padding: .5em;">
-
-
-
-
- <h5>About the app</h5>
- <ul>
- <li><a href="http://play.google.com/store/apps/details?id=com.instapaper.android">Instapaper</a> by Mobelux</li>
- <li>Content-browsing utility that targets 7- to 10-inch tablets and phones</li>
- </ul>
-
- <h5>Tablet Results</h5>
-
- <ul>
- <li>Tablets are now 50% of the app's installed base.</li>
- </ul>
-
- <div style="padding:.5em 0 0 1em;">
-<a href="http://play.google.com/store/apps/details?id=com.instapaper.android">
- <img alt="Android app on Google Play"
- src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" />
-</a>
-
- </div>
- </div>
-
- <div style="line-height:1.4em;">
- <p style="margin-top:0;margin-bottom:12px;">Instapaper for Android is an app
-for saving web content to read later. Developer Mobelux decided that creating a
-great UI for Android tablet users would be an essential part of their initial launch
-plan.</p>
-
- <p>The app launched at the beginning of the summer of 2012, just in time to
-take advantage of a new tide of Android tablets, including the <span
-style="white-space:nowrap;">Nexus 7</span> tablet. The app has since seen huge
-popularity among tablet users, in particular, on Nexus 7. On the day that
-pre-orders of Nexus 7 began arriving, Mobelux saw a 600% jump in downloads of
-its app on Google Play.</p>
-
- <p>“We saw a promising new set of Android tablets about to hit the market
-and wanted to position ourselves to be ready for them” said Jeff Rock of
-Mobelux. “It was a market that others were hesitant to explore, but the decision
-to prioritize tablets has paid off very well for us.”</p>
-
- <p>Since that initial 600% jump in downloads, Instapaper for Android has
-continued to see a successful run on Android tablets. In fact, Android tablets
-now represent about 50% of their installed base. “With more and more Android
-tablets coming online, we’re excited to see how our investment in Android
-tablets continues to pay off.”</p>
- </div>
-
- <div style="clear:both;margin-top:40px;width:auto;">
-
- <img src="{@docRoot}images/distribute/instapaper.png">
-
- <div style="width:600px;margin-top:0px;padding:0 90px;">
- <p class="image-caption"><span style="font-weight:500;">Popular with
-tablet users</span>: A great tablet UI and browsing convenience make Instapaper
-popular with Android tablet users.</p>
- </div>
-
- </div>
-
-</div> <!-- END STORY -->
-
-
-
diff --git a/docs/html/distribute/tools/localization-checklist.jd b/docs/html/distribute/tools/localization-checklist.jd
index e640243..1497c36 100644
--- a/docs/html/distribute/tools/localization-checklist.jd
+++ b/docs/html/distribute/tools/localization-checklist.jd
@@ -549,12 +549,6 @@
<img src="{@docRoot}images/gp-localization-trans-0.png" class="border-img">
</div>
-<h3 class="rel-resources clearfloat">Related resources</h3>
-
-<div class="resource-widget resource-flow-layout col-13" data-query=
-"collection:distribute/toolsreference/localizationchecklist/translatestrings"
-data-sortorder="-timestamp" data-cardsizes="9x3" data-maxresults="6">
-</div>
<div class="headerLine">
<h2 id="test">
diff --git a/docs/html/distribute/users/promote-with-ads.jd b/docs/html/distribute/users/promote-with-ads.jd
index f0e3256..2db4ca3 100644
--- a/docs/html/distribute/users/promote-with-ads.jd
+++ b/docs/html/distribute/users/promote-with-ads.jd
@@ -29,10 +29,8 @@
</h3>
<img src="/images/distribute/promote_ads_play.png">
<p class="figure-caption">
- Search ads on Google Play are still undergoing testing and not yet
- available to buy. <a href=
- "http://android-developers.blogspot.com/2015/02/a-new-way-to-promote-your-app-on-google.html">
- Find out more</a>.
+ Promote your app on Google Play when users are searching and browsing
+ for apps.
</p>
</div>
diff --git a/docs/html/google/google_toc.cs b/docs/html/google/google_toc.cs
index 8151b10..e5d8c13 100644
--- a/docs/html/google/google_toc.cs
+++ b/docs/html/google/google_toc.cs
@@ -57,6 +57,11 @@
<span class="en">Google Play Developer API</span></a>
</div>
</li>
+ <li class="nav-section">
+ <div class="nav-section-header empty"><a href="<?cs var:toroot?>google/play-services/id.html">
+ <span class="en">Advertising ID</span></a>
+ </div>
+ </li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>google/play/publishing/multiple-apks.html">
<span class="en">Multiple APK Support</span></a>
diff --git a/docs/html/google/play-services/id.jd b/docs/html/google/play-services/id.jd
new file mode 100644
index 0000000..f95ebef
--- /dev/null
+++ b/docs/html/google/play-services/id.jd
@@ -0,0 +1,193 @@
+page.title=Advertising ID
+page.tags=Ads,Advertising ID,ID
+
+@jd:body
+<div class="landing-banner">
+
+<div class="col-8">
+<p itemprop="description">
+ The advertising ID is a user-specific, unique, resettable ID for advertising,
+ provided by Google Play services. It gives users better controls and provides
+ developers with a simple, standard system to continue to monetize your apps.
+ It is an anonymous identifier for advertising purposes and enables users to
+ reset their identifier or opt out of interest-based ads within Google Play
+ apps.
+</p>
+<p>
+ The advertising ID is accessible through a straightforward API that you can
+ implement in your apps. For details, take a look at the <a href=
+ "#get_started">overview</a> and the <a href=
+ "https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/package-summary">
+ advertising ID API reference</a>.
+</p>
+</div>
+</div>
+<div class="landing-docs">
+ <div class="col-6 normal-links">
+ <h3 style="clear:left">Key Developer Features</h3>
+ <h4>Standard, simple ID</h4>
+ <p>The advertising ID is a part of a standard, simple system for serving ads and performing analytics.</p>
+ <h4>Giving users control</h4>
+ <p>Users can reset their advertising ID or opt out of interest-based ads at any time, right from the Google Settings app.
+ Their preferences apply across all ad companies that use the advertising ID.</p>
+
+ </div>
+ <div class="col-6 normal-links">
+ <h3 style="clear:left">Getting Started</h3>
+ <h4>1. Get the Google Play services SDK</h4>
+ <p>The advertising ID APIs are part of the Google Play services platform.</p>
+ <p>To get started, <a href="https://developers.google.com/android/guides/setup">set up
+ the Google Play services SDK</a>. </p>
+ <h4>2. Read the docs and example code</h4>
+ <p>Once you've installed the Google Play services package, review the <a href="#get_started">overview</a>
+ below, as well as the <a href="#example">example</a>.</p>
+ <p>
+ For detailed documentation, take a look at the <a href=
+ "https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/package-summary">
+ advertising ID API reference documentation</a>.
+ </p>
+ </div>
+</div>
+<p class="caution" style=
+"background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">
+ As a reminder, please note that starting <strong>1 August 2014</strong>, new
+ apps and app updates distributed through Google Play must use the advertising
+ ID in lieu of any other persistent identifiers for any advertising purposes,
+ on devices that support the advertising ID.<br>
+ <br>
+ To learn how to check your app's compliance through the Developer Console, or
+ for details on the associated developer policy changes, please see the
+ <a href=
+ "https://support.google.com/googleplay/android-developer/answer/6048248">Advertising
+ ID topic</a> in the Google Play developer help center.
+</p>
+<h2 id="get_started">Using the Advertising ID</h2>
+<p>
+ The <strong>advertising ID</strong> is a unique but
+ user-resettable string identifier that lets ad networks and other apps anonymously
+ identify a user. The user's advertising ID is made available to apps through APIs
+ provided in Google Play services.
+</p>
+<p>
+ Users can reset their advertising ID at any time, right from the Ads section of the
+ Google Settings app on their devices. From the same app, users can also
+ opt-out of targeted advertising based on the advertising ID by setting the appropriate
+ <strong style="white-space:nowrap">ad tracking preference</strong>. When the
+ user opts-out of targeted ads, this ad tracking preference is made available
+ to apps through a Google Play services API.
+</p>
+<p>
+ Apps making use of the advertising ID <strong>must check for and respect</strong> the
+ user's ad tracking preference. Also please note that any use of the advertising ID
+ must abide by the terms of the <a class="external-link"
+ href="http://play.google.com/about/developer-content-policy.html#ADID">Google Play
+ Developer Content Policies</a>.
+</p>
+<h3 id="format">Format of the Advertising ID</h3>
+<p>
+ Google Play services APIs expose the user's advertising ID as a string format of UUID,
+ with values similar to this:
+</p>
+<p style="margin-left:1.5em;"><code>"38400000-8cf0-11bd-b23e-10b96e40000d"</code></p>
+<h3 id="requirements">Requirements</h3>
+<ul>
+ <li>The advertising ID APIs are supported in Google Play services 4.0+</li>
+ <li>Support for the advertising ID on specific devices is based on their installed versions
+ of Google Play services</li>
+</ul>
+<h3 id="obtaining">Obtaining the user's advertising ID and ad tracking preference</h3>
+<p>
+ If you want to use the advertising ID in your app, you must first install the Google
+ Play services SDK. As noted in the requirements above, you should install the
+ SDK for Google Play services 4.0 or higher if you will develop using the advertising ID
+ APIs. For information about how to get started, see <a href=
+ "https://developers.google.com/android/guides/setup">Setting Up Google Play services</a>.
+</p>
+<p>
+ The advertising ID APIs are available in the <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/package-summary.html">
+ <code>com.google.android.gms.ads.identifier</code></a> package in the Google
+ Play Services library. To obtain the user's advertising ID and tracking preference,
+ call the method
+ <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.html#getAdvertisingIdInfo(android.content.Context)">
+ <code>getAdvertisingIdInfo()</code></a>, which returns an <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html">
+ <code>AdvertisingIdClient.Info</code></a> encapsulating the user's current Advertising ID
+ and tracking preference.
+</p>
+<p class="note">
+ <strong>Note:</strong> The
+ <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.html#getAdvertisingIdInfo(android.content.Context)"><code>getAdvertisingIdInfo()</code></a>
+ method is a blocking call, so you must not call it on the main (UI) thread.
+ If called on the main thread, the method throws
+ {@link java.lang.IllegalStateException}.
+</p>
+<p>
+ Once you've retrieved the
+ <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html">
+ <code>AdvertisingIdClient.Info</code></a>
+ object, you can use its <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html#getId()">
+ <code>getId()</code></a> and <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html#isLimitAdTrackingEnabled()">
+ <code>isLimitAdTrackingEnabled()</code></a> methods to access the advertising ID and
+ ad tracking preference.
+</p>
+<table>
+<tr>
+<th>Method</th>
+<th>Description</th>
+</tr>
+<tr>
+<td><code>public String <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html#getId()">getId()</a></code></td>
+<td style="white-space:nowrap;">Retrieves the advertising ID.</td>
+</tr>
+<tr>
+<td style="white-space:nowrap;"><code>public boolean <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html#isLimitAdTrackingEnabled()">isLimitAdTrackingEnabled()</a></code></td>
+<td>Retrieves whether the user has limit ad tracking enabled or not.</td>
+</tr>
+</table>
+<p>
+ The advertising ID APIs do not include a "reset" method. Only users can initiate a
+ reset of their own advertising IDs, through the Google Settings application.
+</p>
+<p>
+ For more information about the advertising ID APIs, see the <a href=
+ "{@docRoot}reference/com/google/android/gms/ads/identifier/package-summary.html">
+ reference documentation</a>.
+</p>
+<h3 id="example">Example implementation</h3>
+<p>
+ Here's a basic illustration of how you can retrieve the user's advertising ID and ad
+ tracking preference in your app:
+</p>
+<pre>
+import com.google.android.gms.ads.identifier.AdvertisingIdClient;
+import com.google.android.gms.ads.identifier.AdvertisingIdClient.Info;
+import com.google.android.gms.common.GooglePlayServicesAvailabilityException;
+import com.google.android.gms.common.GooglePlayServicesNotAvailableException;
+import java.io.IOException;
+...
+// Do not call this function from the main thread. Otherwise,
+// an IllegalStateException will be thrown.
+public void getIdThread() {
+ Info adInfo = null;
+ try {
+ adInfo = AdvertisingIdClient.getAdvertisingIdInfo(mContext);
+ } catch (IOException e) {
+ // Unrecoverable error connecting to Google Play services (e.g.,
+ // the old version of the service doesn't support getting AdvertisingId).
+
+ } catch (GooglePlayServicesAvailabilityException e) {
+ // Encountered a recoverable error connecting to Google Play services.
+ } catch (GooglePlayServicesNotAvailableException e) {
+ // Google Play services is not available entirely.
+ }
+ final String id = adInfo.getId();
+ final boolean isLAT = adInfo.isLimitAdTrackingEnabled();
+}</pre>
diff --git a/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd b/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd
index ff45499..860d30f 100644
--- a/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd
+++ b/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd
@@ -19,14 +19,16 @@
<dd itemprop="description">
Specifies that an app wants a particular permission, but <em>only</em> if
- the app is running on a device with SDK version 23 or higher. If the device
- is running SDK version 22 or lower, the app does not have the specified
+ the app is running on a device with <a
+ href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#ApiLevels">API
+ level</a> 23 or higher. If the device
+ is running API level 22 or lower, the app does not have the specified
permission.
<p>
This element is useful when you update an app to include a new
feature that requires an additional permission. If a user updates an app on a
- device that is running SDK version 22 or lower, the system prompts the user
+ device that is running API level 22 or lower, the system prompts the user
at install time to grant all new permissions that are declared in that
update. If a new feature is minor enough, you may prefer to disable
the feature altogether on those devices, so the user does not have to grant
@@ -34,7 +36,9 @@
<code><uses-permission-sdk-23></code> element instead of <a href=
"uses-permission-element.html"><code><uses-permission></code></a>,
you can request the permission <em>only</em> if the app is running on
- platforms that support the runtime permissions model, in which the user
+ platforms that support the <a
+ href="{@docRoot}training/permissions/requesting.html">runtime permissions</a>
+ model, in which the user
grants permissions to the app while it is running.
</p>
diff --git a/docs/html/guide/topics/ui/drag-drop.jd b/docs/html/guide/topics/ui/drag-drop.jd
index 9d8aa9b..4eb54f2 100644
--- a/docs/html/guide/topics/ui/drag-drop.jd
+++ b/docs/html/guide/topics/ui/drag-drop.jd
@@ -643,7 +643,7 @@
// Defines a callback that sends the drag shadow dimensions and touch point back to the
// system.
@Override
- public void onProvideShadowMetrics (Point size, Point touch)
+ public void onProvideShadowMetrics (Point size, Point touch) {
// Defines local variables
private int width, height;
diff --git a/docs/html/images/cards/distribute/stories/concrete-bowling.jpg b/docs/html/images/cards/distribute/stories/concrete-bowling.jpg
new file mode 100644
index 0000000..797da4d
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/concrete-bowling.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/doctor-who-legacy.jpg b/docs/html/images/cards/distribute/stories/doctor-who-legacy.jpg
new file mode 100644
index 0000000..565bdba
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/doctor-who-legacy.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/dots.png b/docs/html/images/cards/distribute/stories/dots.png
new file mode 100644
index 0000000..479f8cb
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/dots.png
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/g4a-indian-rummy.jpg b/docs/html/images/cards/distribute/stories/g4a-indian-rummy.jpg
new file mode 100644
index 0000000..28dbae2
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/g4a-indian-rummy.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/gameloft-asphalt8.jpg b/docs/html/images/cards/distribute/stories/gameloft-asphalt8.jpg
new file mode 100644
index 0000000..cdf021e
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/gameloft-asphalt8.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/glu-eternity-warriors.jpg b/docs/html/images/cards/distribute/stories/glu-eternity-warriors.jpg
new file mode 100644
index 0000000..496efcb
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/glu-eternity-warriors.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/glu-tap-baseball.jpg b/docs/html/images/cards/distribute/stories/glu-tap-baseball.jpg
new file mode 100644
index 0000000..6232786
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/glu-tap-baseball.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/hotheadgames-firefight.jpg b/docs/html/images/cards/distribute/stories/hotheadgames-firefight.jpg
new file mode 100644
index 0000000..1524001
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/hotheadgames-firefight.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/intuit-mint.png b/docs/html/images/cards/distribute/stories/intuit-mint.png
new file mode 100644
index 0000000..39b8f11
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/intuit-mint.png
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/kongregate-adv-cap.jpg b/docs/html/images/cards/distribute/stories/kongregate-adv-cap.jpg
new file mode 100644
index 0000000..f8c1cd1
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/kongregate-adv-cap.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/kongregate-global-assault.jpg b/docs/html/images/cards/distribute/stories/kongregate-global-assault.jpg
new file mode 100644
index 0000000..ae6115e
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/kongregate-global-assault.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/leos-fortune.jpg b/docs/html/images/cards/distribute/stories/leos-fortune.jpg
new file mode 100644
index 0000000..80703ee
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/leos-fortune.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/noodlecake-super-stickman.jpg b/docs/html/images/cards/distribute/stories/noodlecake-super-stickman.jpg
new file mode 100644
index 0000000..a9f8de0
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/noodlecake-super-stickman.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/remember-the-milk.jpg b/docs/html/images/cards/distribute/stories/remember-the-milk.jpg
new file mode 100644
index 0000000..3415073
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/remember-the-milk.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/rvappstudios-zombie.jpg b/docs/html/images/cards/distribute/stories/rvappstudios-zombie.jpg
new file mode 100644
index 0000000..a78ed60
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/rvappstudios-zombie.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/sayhichat.jpg b/docs/html/images/cards/distribute/stories/sayhichat.jpg
new file mode 100644
index 0000000..33f0dde
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/sayhichat.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/tiny-co.jpg b/docs/html/images/cards/distribute/stories/tiny-co.jpg
new file mode 100644
index 0000000..ad1a689
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/tiny-co.jpg
Binary files differ
diff --git a/docs/html/images/cards/distribute/stories/two-dots.png b/docs/html/images/cards/distribute/stories/two-dots.png
new file mode 100644
index 0000000..f0e3db4
--- /dev/null
+++ b/docs/html/images/cards/distribute/stories/two-dots.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/concrete-bowling-icon.png b/docs/html/images/distribute/stories/concrete-bowling-icon.png
new file mode 100644
index 0000000..e81e390
--- /dev/null
+++ b/docs/html/images/distribute/stories/concrete-bowling-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/concrete-bowling-screenshot.png b/docs/html/images/distribute/stories/concrete-bowling-screenshot.png
new file mode 100644
index 0000000..540df1f
--- /dev/null
+++ b/docs/html/images/distribute/stories/concrete-bowling-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/concrete-bowling-screenshot_2x.png b/docs/html/images/distribute/stories/concrete-bowling-screenshot_2x.png
new file mode 100644
index 0000000..0f76df6
--- /dev/null
+++ b/docs/html/images/distribute/stories/concrete-bowling-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/doctor-who-legacy-icon.png b/docs/html/images/distribute/stories/doctor-who-legacy-icon.png
new file mode 100644
index 0000000..4634fa1
--- /dev/null
+++ b/docs/html/images/distribute/stories/doctor-who-legacy-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/doctor-who-legacy-screenshot.png b/docs/html/images/distribute/stories/doctor-who-legacy-screenshot.png
new file mode 100644
index 0000000..7d3eade
--- /dev/null
+++ b/docs/html/images/distribute/stories/doctor-who-legacy-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/doctor-who-legacy-screenshot_2x.png b/docs/html/images/distribute/stories/doctor-who-legacy-screenshot_2x.png
new file mode 100644
index 0000000..556bfcd
--- /dev/null
+++ b/docs/html/images/distribute/stories/doctor-who-legacy-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/dots-icon.png b/docs/html/images/distribute/stories/dots-icon.png
new file mode 100644
index 0000000..721c536
--- /dev/null
+++ b/docs/html/images/distribute/stories/dots-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/dots-screenshot.png b/docs/html/images/distribute/stories/dots-screenshot.png
new file mode 100644
index 0000000..ec95f69
--- /dev/null
+++ b/docs/html/images/distribute/stories/dots-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/dots-screenshot_2x.png b/docs/html/images/distribute/stories/dots-screenshot_2x.png
new file mode 100644
index 0000000..17edb12
--- /dev/null
+++ b/docs/html/images/distribute/stories/dots-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/gameloft-asphalt8-icon.png b/docs/html/images/distribute/stories/gameloft-asphalt8-icon.png
new file mode 100644
index 0000000..27e5219
--- /dev/null
+++ b/docs/html/images/distribute/stories/gameloft-asphalt8-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/gameloft-asphalt8-screenshot.png b/docs/html/images/distribute/stories/gameloft-asphalt8-screenshot.png
new file mode 100644
index 0000000..f55c774
--- /dev/null
+++ b/docs/html/images/distribute/stories/gameloft-asphalt8-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/gameloft-asphalt8-screenshot_2x.png b/docs/html/images/distribute/stories/gameloft-asphalt8-screenshot_2x.png
new file mode 100644
index 0000000..2b0c1e3
--- /dev/null
+++ b/docs/html/images/distribute/stories/gameloft-asphalt8-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/glu-eternity-warriors-icon.jpg b/docs/html/images/distribute/stories/glu-eternity-warriors-icon.jpg
new file mode 100644
index 0000000..c4b0cd1
--- /dev/null
+++ b/docs/html/images/distribute/stories/glu-eternity-warriors-icon.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/glu-eternity-warriors-screenshot.png b/docs/html/images/distribute/stories/glu-eternity-warriors-screenshot.png
new file mode 100644
index 0000000..4b8807e
--- /dev/null
+++ b/docs/html/images/distribute/stories/glu-eternity-warriors-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/glu-eternity-warriors-screenshot_2x.png b/docs/html/images/distribute/stories/glu-eternity-warriors-screenshot_2x.png
new file mode 100644
index 0000000..b41e917
--- /dev/null
+++ b/docs/html/images/distribute/stories/glu-eternity-warriors-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/glu-tap-baseball-icon.jpg b/docs/html/images/distribute/stories/glu-tap-baseball-icon.jpg
new file mode 100644
index 0000000..f99710b
--- /dev/null
+++ b/docs/html/images/distribute/stories/glu-tap-baseball-icon.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/glu-tap-baseball-screenshot.png b/docs/html/images/distribute/stories/glu-tap-baseball-screenshot.png
new file mode 100644
index 0000000..92aa942
--- /dev/null
+++ b/docs/html/images/distribute/stories/glu-tap-baseball-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/glu-tap-baseball-screenshot_2x.png b/docs/html/images/distribute/stories/glu-tap-baseball-screenshot_2x.png
new file mode 100644
index 0000000..df6c8a8
--- /dev/null
+++ b/docs/html/images/distribute/stories/glu-tap-baseball-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/hotheadgames-firefight-icon.png b/docs/html/images/distribute/stories/hotheadgames-firefight-icon.png
new file mode 100644
index 0000000..c7592c1
--- /dev/null
+++ b/docs/html/images/distribute/stories/hotheadgames-firefight-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/hotheadgames-firefight-screenshot.png b/docs/html/images/distribute/stories/hotheadgames-firefight-screenshot.png
new file mode 100644
index 0000000..f93010e
--- /dev/null
+++ b/docs/html/images/distribute/stories/hotheadgames-firefight-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/hotheadgames-firefight-screenshot_2x.png b/docs/html/images/distribute/stories/hotheadgames-firefight-screenshot_2x.png
new file mode 100644
index 0000000..4761715
--- /dev/null
+++ b/docs/html/images/distribute/stories/hotheadgames-firefight-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/indian-rummy-icon.png b/docs/html/images/distribute/stories/indian-rummy-icon.png
new file mode 100644
index 0000000..2e99112
--- /dev/null
+++ b/docs/html/images/distribute/stories/indian-rummy-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/indian-rummy-screenshot.jpg b/docs/html/images/distribute/stories/indian-rummy-screenshot.jpg
new file mode 100644
index 0000000..a446a8a
--- /dev/null
+++ b/docs/html/images/distribute/stories/indian-rummy-screenshot.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/indian-rummy-screenshot_2x.jpg b/docs/html/images/distribute/stories/indian-rummy-screenshot_2x.jpg
new file mode 100644
index 0000000..61943fc
--- /dev/null
+++ b/docs/html/images/distribute/stories/indian-rummy-screenshot_2x.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/intuit-mint-icon.png b/docs/html/images/distribute/stories/intuit-mint-icon.png
new file mode 100644
index 0000000..b09e430
--- /dev/null
+++ b/docs/html/images/distribute/stories/intuit-mint-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/intuit-mint-screenshot.png b/docs/html/images/distribute/stories/intuit-mint-screenshot.png
new file mode 100644
index 0000000..212ae86
--- /dev/null
+++ b/docs/html/images/distribute/stories/intuit-mint-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/intuit-mint-screenshot_2x.png b/docs/html/images/distribute/stories/intuit-mint-screenshot_2x.png
new file mode 100644
index 0000000..39b8f11
--- /dev/null
+++ b/docs/html/images/distribute/stories/intuit-mint-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/kongregate-adv-cap-icon.png b/docs/html/images/distribute/stories/kongregate-adv-cap-icon.png
new file mode 100644
index 0000000..ca8c597
--- /dev/null
+++ b/docs/html/images/distribute/stories/kongregate-adv-cap-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/kongregate-adv-cap-screenshot.png b/docs/html/images/distribute/stories/kongregate-adv-cap-screenshot.png
new file mode 100644
index 0000000..5f751e2
--- /dev/null
+++ b/docs/html/images/distribute/stories/kongregate-adv-cap-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/kongregate-adv-cap-screenshot_2x.png b/docs/html/images/distribute/stories/kongregate-adv-cap-screenshot_2x.png
new file mode 100644
index 0000000..cff67dc
--- /dev/null
+++ b/docs/html/images/distribute/stories/kongregate-adv-cap-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/kongregate-global-assault-icon.png b/docs/html/images/distribute/stories/kongregate-global-assault-icon.png
new file mode 100644
index 0000000..b93180d
--- /dev/null
+++ b/docs/html/images/distribute/stories/kongregate-global-assault-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/kongregate-global-assault-screenshot.png b/docs/html/images/distribute/stories/kongregate-global-assault-screenshot.png
new file mode 100644
index 0000000..d0709a3
--- /dev/null
+++ b/docs/html/images/distribute/stories/kongregate-global-assault-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/leos-fortune-icon.png b/docs/html/images/distribute/stories/leos-fortune-icon.png
new file mode 100644
index 0000000..390c027
--- /dev/null
+++ b/docs/html/images/distribute/stories/leos-fortune-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/leos-fortune-screenshot.png b/docs/html/images/distribute/stories/leos-fortune-screenshot.png
new file mode 100644
index 0000000..751dffb
--- /dev/null
+++ b/docs/html/images/distribute/stories/leos-fortune-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/leos-fortune-screenshot_2x.png b/docs/html/images/distribute/stories/leos-fortune-screenshot_2x.png
new file mode 100644
index 0000000..d67c9af
--- /dev/null
+++ b/docs/html/images/distribute/stories/leos-fortune-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/noodlecake-super-stickman-icon.png b/docs/html/images/distribute/stories/noodlecake-super-stickman-icon.png
new file mode 100644
index 0000000..2ae6e3f
--- /dev/null
+++ b/docs/html/images/distribute/stories/noodlecake-super-stickman-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/noodlecake-super-stickman-screenshot.png b/docs/html/images/distribute/stories/noodlecake-super-stickman-screenshot.png
new file mode 100644
index 0000000..9e53537
--- /dev/null
+++ b/docs/html/images/distribute/stories/noodlecake-super-stickman-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/noodlecake-super-stickman-screenshot_2x.png b/docs/html/images/distribute/stories/noodlecake-super-stickman-screenshot_2x.png
new file mode 100644
index 0000000..c1e8824
--- /dev/null
+++ b/docs/html/images/distribute/stories/noodlecake-super-stickman-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/rememberthemilk-icon.png b/docs/html/images/distribute/stories/rememberthemilk-icon.png
new file mode 100644
index 0000000..2e026c0
--- /dev/null
+++ b/docs/html/images/distribute/stories/rememberthemilk-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/rememberthemilk-screenshot.png b/docs/html/images/distribute/stories/rememberthemilk-screenshot.png
new file mode 100644
index 0000000..62b431e
--- /dev/null
+++ b/docs/html/images/distribute/stories/rememberthemilk-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/rememberthemilk-screenshot_2x.png b/docs/html/images/distribute/stories/rememberthemilk-screenshot_2x.png
new file mode 100644
index 0000000..25d0391
--- /dev/null
+++ b/docs/html/images/distribute/stories/rememberthemilk-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/rvappstudios-zombie-icon.png b/docs/html/images/distribute/stories/rvappstudios-zombie-icon.png
new file mode 100644
index 0000000..70c9cb2
--- /dev/null
+++ b/docs/html/images/distribute/stories/rvappstudios-zombie-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/rvappstudios-zombie-screenshot.jpg b/docs/html/images/distribute/stories/rvappstudios-zombie-screenshot.jpg
new file mode 100644
index 0000000..32d93df
--- /dev/null
+++ b/docs/html/images/distribute/stories/rvappstudios-zombie-screenshot.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/rvappstudios-zombie-screenshot_2x.jpg b/docs/html/images/distribute/stories/rvappstudios-zombie-screenshot_2x.jpg
new file mode 100644
index 0000000..2981a2c
--- /dev/null
+++ b/docs/html/images/distribute/stories/rvappstudios-zombie-screenshot_2x.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/sayhichat-icon.png b/docs/html/images/distribute/stories/sayhichat-icon.png
new file mode 100644
index 0000000..2ed7fed
--- /dev/null
+++ b/docs/html/images/distribute/stories/sayhichat-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/sayhichat-screenshot.jpg b/docs/html/images/distribute/stories/sayhichat-screenshot.jpg
new file mode 100644
index 0000000..55a7997
--- /dev/null
+++ b/docs/html/images/distribute/stories/sayhichat-screenshot.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/sayhichat-screenshot_2x.jpg b/docs/html/images/distribute/stories/sayhichat-screenshot_2x.jpg
new file mode 100644
index 0000000..b93e983
--- /dev/null
+++ b/docs/html/images/distribute/stories/sayhichat-screenshot_2x.jpg
Binary files differ
diff --git a/docs/html/images/distribute/stories/tinyvillage-icon.png b/docs/html/images/distribute/stories/tinyvillage-icon.png
new file mode 100644
index 0000000..313e4d4
--- /dev/null
+++ b/docs/html/images/distribute/stories/tinyvillage-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/tinyvillage-screenshot.png b/docs/html/images/distribute/stories/tinyvillage-screenshot.png
new file mode 100644
index 0000000..e149a76
--- /dev/null
+++ b/docs/html/images/distribute/stories/tinyvillage-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/tinyvillage-screenshot_2x.png b/docs/html/images/distribute/stories/tinyvillage-screenshot_2x.png
new file mode 100644
index 0000000..51948b9
--- /dev/null
+++ b/docs/html/images/distribute/stories/tinyvillage-screenshot_2x.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/two-dots-icon.png b/docs/html/images/distribute/stories/two-dots-icon.png
new file mode 100644
index 0000000..b75fe51
--- /dev/null
+++ b/docs/html/images/distribute/stories/two-dots-icon.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/two-dots-screenshot.png b/docs/html/images/distribute/stories/two-dots-screenshot.png
new file mode 100644
index 0000000..13ce693
--- /dev/null
+++ b/docs/html/images/distribute/stories/two-dots-screenshot.png
Binary files differ
diff --git a/docs/html/images/distribute/stories/two-dots-screenshot_2x.png b/docs/html/images/distribute/stories/two-dots-screenshot_2x.png
new file mode 100644
index 0000000..2e34a68
--- /dev/null
+++ b/docs/html/images/distribute/stories/two-dots-screenshot_2x.png
Binary files differ
diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js
index bedbd2e..ce8f5fb 100644
--- a/docs/html/jd_collections.js
+++ b/docs/html/jd_collections.js
@@ -1049,7 +1049,6 @@
"resources": [
"distribute/tools/localization-checklist.html",
"https://support.google.com/googleplay/android-developer/table/3541286",
- "distribute/stories/localization.html",
"https://play.google.com/intl/en_us/badges/",
"distribute/tools/promote/device-art.html",
"https://www.youtube.com/watch?v=SkHHPf3EdzE"
@@ -1171,12 +1170,6 @@
"https://en.wikipedia.org/wiki/XLIFF"
]
},
- "distribute/toolsreference/localizationchecklist/translatestrings": {
- "title": "",
- "resources": [
- "distribute/stories/localization.html",
- ]
- },
"distribute/toolsreference/localizationchecklist/preplaunch": {
"title": "",
"resources": [
@@ -1278,8 +1271,7 @@
"distribute/toolsreference/launchchecklist/localization": {
"title": "",
"resources": [
- "distribute/tools/localization-checklist.html",
- "guide/topics/resources/localization.html",
+ "distribute/tools/localization-checklist.html"
]
},
"distribute/toolsreference/launchchecklist/graphics": {
@@ -1385,11 +1377,18 @@
"https://support.google.com/googleplay/android-developer/answer/138000?hl=zh-Hans"
]
},
+ "distribute/stories/localization": {
+ "title": "",
+ "resources": [
+ "distribute/stories/games/rvappstudios-zombie.html",
+ "distribute/stories/games/g4a-indian-rummy.html",
+ "distribute/stories/apps/sayhi.html"
+ ]
+ },
"distribute/toolsreference/launchchecklist/localization/zhcn": {
"title": "",
"resources": [
"intl/zh-cn/distribute/tools/localization-checklist.html",
- "guide/topics/resources/localization.html"
]
},
"distribute/toolsreference/launchchecklist/graphics/zhcn": {
diff --git a/docs/html/ndk/downloads/index.jd b/docs/html/ndk/downloads/index.jd
index 9ac3b46..116bbbb 100644
--- a/docs/html/ndk/downloads/index.jd
+++ b/docs/html/ndk/downloads/index.jd
@@ -317,295 +317,52 @@
$('#Downloads').after($('#download-table'));
</script>
- <h2 id="extract">Extraction</h2>
- <p>The NDK package is a self-extracting binary. To unpack it, follow the procedure for your
- development platform:</p>
- <ul>
- <li>On Linux and Mac OS X (Darwin):
- <ul>
- <ol>
- <li>Download the appropriate package from this page.</li>
- <li>Open a terminal window.</li>
- <li>Go to the directory to which you downloaded the package.</li>
- <li>Run <code>chmod a+x</code> on the downloaded package.</li>
- <li>Execute the package. For example:
- <pre class="no-pretty-print">
-ndk$ chmod a+x android-ndk-r10c-darwin-x86_64.bin
-ndk$ ./android-ndk-r10c-darwin-x86_64.bin
- </pre></li>
- <p>The folder containing the NDK extracts itself.</p>
- <p>You can also use a program like 7z to extract the package.</p>
- </ol>
- </ul>
- </li>
- <li>On Windows:</li>
- <ul>
- <ol>
- <li>Download the appropriate package from this page.</li>
- <li>Navigate to the folder to which you downloaded the package.</li>
- <li>Double-click the downloaded file. The folder containing the NDK extracts itself.</li>
- </ol>
- </ul>
- </ul>When uncompressed, the NDK files are contained in a directory called
- <code>android-ndk-<version></code>. You can rename the NDK directory if necessary and you
- can move it to any location on your computer. This documentation refers to the NDK directory as
- <code><ndk></code>.
-
-
- <p>You are now ready to start working with the NDK.</p>
-
<h2 id="rel">Release Notes</h2>
- <p>Android NDK, Revision 11</a> <em>(March 2016)</em></p>
- <dl>
- <dt>Clang</dt>
- <dd>
- <ul>
- <li>Important announcements
- <ul>
- <li>We strongly recommend switching to Clang.
- <ul>
- <li>If you experience problems with Clang, file bugs
- <a href="https://github.com/android-ndk/ndk/issues">here</a> for issues
- specific to Clang in the NDK. For more general Clang issues,
- file bugs by following the instructions on
- <a href="http://llvm.org/docs/HowToSubmitABug.html">this page</a>.</li>
- </ul>
- </li>
- <li>Clang has been updated to 3.8svn (r243773, build 2481030).
- <ul>
- <li>This version is a nearly pure upstream Clang.</li>
- <li>The Windows 64-bit downloadable NDK package contains a 32-bit
- version of Clang.</li>
- </ul>
- </li>
- </ul>
- </li>
-
- <li>Additions
- <ul>
- <li>Clang now provides support for emulated TLS.
- <ul>
- <li>The compiler now supports {@code __thread} by emulating
- ELF TLS with pthread thread-specific data.</li>
- <li>C++11 {@code thread_local} works in some cases, but not
- for data with non-trivial destructors, because those cases
- require support from libc. This limitation does not
- apply when running on Android 6.0 (API level 23) or newer.</li>
- <li>Emulated TLS does not yet work with Aarch64 when
- TLS variables are accessed from a shared library.</li>
- </ul>
- </li>
- </ul>
- </dd>
- <dl>
-
- <dl>
- <dt>GCC</dt>
- <dd>
- <ul>
- <li>Important announcements</li>
- <ul>
- <li>GCC in the NDK is now deprecated in favor of Clang.
- <ul>
- <li>The NDK will neither be upgrading to 5.x, nor accept
- non-critical backports.</li>
- <li>Maintenance for miscompiles and internal compiler errors
- in 4.9 will be handled on a case by case basis.</li>
- </ul>
- </li>
- </ul>
- <li>Removals
- <ul>
- <li>Removed GCC 4.8. All targets now use GCC 4.9.</li>
- </ul>
- </li>
- <li>Other changes
- <ul>
- <li>Synchronized google/gcc-4_9 to r224707. Previously, it had been
- synchronized with r214835.</li>
- </ul>
- </li>
- </ul>
- </dd>
- <dl>
+ <p>Android NDK, Revision 11b</a> <em>(March 2016)</em></p>
<dl>
<dt>NDK</dt>
<dd>
<ul>
<li>Important announcements
- <ul>
- <li>The samples are no longer included in the NDK package.
- They are instead available on
- <a href="https://github.com/googlesamples/android-ndk">GitHub.</a>
- </li>
- <li>The documentation is no longer included in the NDK package.
- Instead, it is on the <a href="{@docRoot}ndk/index.html">Android
- developer website.</a></li>
- </ul>
- </li>
+ <ul>
+ <li>We’ve moved our bug tracker to <a href="https://github.com/android-ndk/ndk/issues">
+ GitHub.</a></li>
+ </ul>
+ </li>
- <li>Additions
- <ul>
- <li>Added a native tracing API to {@code android-23}.</li>
- <li>Added a native multinetwork API to {@code android-23}.</li>
- <li>Enabled libc, m, and dl to provide versioned symbols, starting
- from API level 21.</li>
- <li>Added Vulkan headers and library to API level N.</li>
- </ul>
- </li>
-
- <li>Removals
- <ul>
- <li>Removed support for {@code _WCHAR_IS_8BIT}.</li>
- <li>Removed sed.</li>
- <li>Removed mclinker.</li>
- <li>Removed Perl.</li>
- <li>Removed from all versions of NDK libc, m, and dl all symbols which
- the platform versions of those libs do not support.</li>
- <li>Partially removed support for mips64r2. The rest will be removed
- in the future.</li>
- </ul>
- </li>
-
- <li>Other changes
- <ul>
- <li>Changed ARM standalone toolchains to default to arm7.
- <ul>
- <li>You can restore the old behavior by passing specifying the
- {@code -target} option as {@code armv5te-linux-androideabi}.
- </li>
- </ul>
- </li>
- <li>Changed the build system to use {@code -isystem} for platform
- includes.
- <ul>
- <li>Warnings that bionic causes no longer break app builds.</li>
- </ul>
+ <li>Changes
+ <ul>
+ <li>{@code ndk-gdb.py} is fixed. It had
+ <a href="https://github.com/android-ndk/ndk/issues/3">regressed entirely</a>
+ in r11.</li>
+ <li>{@code ndk-gdb} for Mac <a href="https://github.com/android-ndk/ndk/issues/2">
+ is fixed</a>.</li>
+ <li>Added more top-level shortcuts for command line tools:
+ <ul>
+ <li>{@code ndk-depends}.</li>
+ <li>{@code ndk-gdb}.</li>
+ <li>{@code ndk-stack}.</li>
+ <li>{@code ndk-which}. This command had been entirely absent from previous
+ releases.</li>
+ </ul>
+ </li>
+ <li>Fixed standalone toolchains for libc++, which had been missing
+ {@code __cxxabi_config.h}.</li>
+ <li>Fixed help documentation for {@code --toolchain} in
+ {@code make-standalone-toolchain.sh}.</li>
</li>
- <li>Fixed a segfault that occurred when a binary threw exceptions
- via gabi++. (Issue <a href="http://b.android.com/179410">179410</a>)
- </li>
- <li>Changed libc++’s inline namespace to {@code std::__ndk1}
- to prevent ODR issues with platform libc++.</li>
-
- <li>All libc++ libraries are now built with libc++abi.
- <li>Bumped default {@code APP_PLATFORM} to Gingerbread.
- <ul>
- <li>Expect support for Froyo and older to be dropped in a
- future release.</ul>
- </ul>
- <li>Updated gabi++ {@code _Unwind_Exception} struct for 64 bits.
- <li>Added the following capabilities to cpufeatures:
- <ul>
- <li>Detect SSE4.1 and SSE4.2.</li>
- <li>Detect cpu features on x86_64.</li>
- </ul>
- </li>
- <li>Updated libc++abi to upstream
- <a href="http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20150302/124603.html">
- r231075</a>.
- <li>Updated {@code byteswap.h}, {@code endian.h}, {@code sys/procfs.h},
- {@code sys/ucontext.h}, {@code sys/user.h}, and {@code uchar.h} from
- ToT Bionic.
- <li>Synchronized {@code sys/cdefs.h} across all API levels.
-
- <li>Fixed {@code fegetenv and fesetenv} for arm.
- <li>Fix end pointer size/alignment of {@code crtend_*} for mips64
- and x86_64.
- </ul>
- </li>
- </ul>
- </ul>
+ </ul>
</dd>
<dl>
- <dl>
- <dt>Binutils</dt>
+ <dt>Clang</dt>
<dd>
<ul>
- <li>Additions
- <ul>
- <li>Added a new option: {@code --pic-veneer}.</li>
- </ul>
- </li>
-
- <li>Removals
- <ul>
- <li>The 32-bit Windows package no longer contains ld.gold.
- You can instead get ld.gold from the 64-bit Windows package.</li>
- </ul>
- </li>
-
- <li>Changes
+ <li>Errata</li>
<ul>
- <li>Unified binutils source between Android and ChromiumOS.
- For more information on this change, see the comments
- <a href="https://android-review.googlesource.com/#/c/182865/">
- here.</a></li>
- <li>Improved reliability of Gold for aarch64. Use
- {@code -fuse-ld=gold} at link time to use gold instead of bfd.
- The default will likely switch in the next release.</li>
- <li>Improved linking time for huge binaries for Gold ARM back end
- (up to 50% linking time reduction for debuggable Chrome Browser).
- </li>
+ <li>Contrary to what we reported in the r11 Release Notes, {@code __thread}
+ does not work. This is because the version of Clang we ship is missing a bug fix for
+ emulated TLS support.</li>
</ul>
- </li>
- </ul>
- </dd>
- <dl>
- <dl>
- <dt>GDB</dt>
- <dd>
- <ul>
-
- <li>Removals
- <ul>
- <li>Removed ndk-gdb in favor of ndk-gdb.py.</li>
- </ul>
- </li>
-
- <li>Changes
- <ul>
- <li>Updated gdb to version 7.10.</li>
- <li>Improved performance.</li>
- <li>Improved error messages.</li>
- <li>Fixed relative project paths.</li>
- <li>Stopped Ctrl-C from killing the backgrounded gdbserver.</li>
- <li>Improved Windows support.</li>
- </ul>
- </li>
- </ul>
- </dd>
-
- <dl>
- <dl>
- <dt>YASM</dt>
- <dd>
- <ul>
-
- <li>Changes
- <ul>
- <li>Updated YASM to version 1.3.0.</li>
- </ul>
- </li>
- </ul>
- </dd>
-
- <dl>
- <dl>
- <dt>Known issues</dt>
- <dd>
- <ul>
- <li>x86 ASAN does not currently work. For more information, see the
- discussion <a href="https://android-review.googlesource.com/#/c/186276/">
- here.</a></li>
- <li>The combination of Clang, x86, stlport_static, and optimization
- levels higher than {@code -O0} causes test failures with
- {@code dynamic_cast}. For more information, see the comments
- <a href="https://android-review.googlesource.com/#/c/185920">here</a>.
- </li>
- <li>Exception handling often fails with c++_shared on ARM32. The root
- cause is incompatibility between the LLVM unwinder that libc++abi uses
- for ARM32 and libgcc. This behavior is not a regression from r10e.</li>
</ul>
</dd>
diff --git a/docs/html/ndk/downloads/revision_history.jd b/docs/html/ndk/downloads/revision_history.jd
index b3ea858..5a7b7fc 100644
--- a/docs/html/ndk/downloads/revision_history.jd
+++ b/docs/html/ndk/downloads/revision_history.jd
@@ -5,10 +5,274 @@
took place in each new version.</p>
<div class="toggle-content closed">
-<a name="10e"></a>
+<a name="11"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ >Android NDK, Revision 11</a> <em>(March 2016)</em>
+ </p>
+ <div class="toggle-content-toggleme">
+ <dl>
+ <dt>Clang</dt>
+ <dd>
+ <ul>
+ <li>Important announcements
+ <ul>
+ <li>We strongly recommend switching to Clang.
+ <ul>
+ <li>If you experience problems with Clang, file bugs
+ <a href="https://github.com/android-ndk/ndk/issues">here</a> for issues
+ specific to Clang in the NDK. For more general Clang issues,
+ file bugs by following the instructions on
+ <a href="http://llvm.org/docs/HowToSubmitABug.html">this page</a>.</li>
+ </ul>
+ </li>
+ <li>Clang has been updated to 3.8svn (r243773, build 2481030).
+ <ul>
+ <li>This version is a nearly pure upstream Clang.</li>
+ <li>The Windows 64-bit downloadable NDK package contains a 32-bit
+ version of Clang.</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+
+ <li>Additions
+ <ul>
+ <li>Clang now provides support for emulated TLS.
+ <ul>
+ <li>The compiler now supports {@code __thread} by emulating
+ ELF TLS with pthread thread-specific data.</li>
+ <li>C++11 {@code thread_local} works in some cases, but not
+ for data with non-trivial destructors, because those cases
+ require support from libc. This limitation does not
+ apply when running on Android 6.0 (API level 23) or newer.</li>
+ <li>Emulated TLS does not yet work with Aarch64 when
+ TLS variables are accessed from a shared library.</li>
+ </ul>
+ </li>
+ </ul>
+ </dd>
+ <dl>
+
+ <dl>
+ <dt>GCC</dt>
+ <dd>
+ <ul>
+ <li>Important announcements</li>
+ <ul>
+ <li>GCC in the NDK is now deprecated in favor of Clang.
+ <ul>
+ <li>The NDK will neither be upgrading to 5.x, nor accept
+ non-critical backports.</li>
+ <li>Maintenance for miscompiles and internal compiler errors
+ in 4.9 will be handled on a case by case basis.</li>
+ </ul>
+ </li>
+ </ul>
+ <li>Removals
+ <ul>
+ <li>Removed GCC 4.8. All targets now use GCC 4.9.</li>
+ </ul>
+ </li>
+ <li>Other changes
+ <ul>
+ <li>Synchronized google/gcc-4_9 to r224707. Previously, it had been
+ synchronized with r214835.</li>
+ </ul>
+ </li>
+ </ul>
+ </dd>
+ <dl>
+ <dl>
+ <dt>NDK</dt>
+ <dd>
+ <ul>
+ <li>Important announcements
+ <ul>
+ <li>The samples are no longer included in the NDK package.
+ They are instead available on
+ <a href="https://github.com/googlesamples/android-ndk">GitHub.</a>
+ </li>
+ <li>The documentation is no longer included in the NDK package.
+ Instead, it is on the <a href="{@docRoot}ndk/index.html">Android
+ developer website.</a></li>
+ </ul>
+ </li>
+
+ <li>Additions
+ <ul>
+ <li>Added a native tracing API to {@code android-23}.</li>
+ <li>Added a native multinetwork API to {@code android-23}.</li>
+ <li>Enabled libc, m, and dl to provide versioned symbols, starting
+ from API level 21.</li>
+ <li>Added Vulkan headers and library to API level N.</li>
+ </ul>
+ </li>
+
+ <li>Removals
+ <ul>
+ <li>Removed support for {@code _WCHAR_IS_8BIT}.</li>
+ <li>Removed sed.</li>
+ <li>Removed mclinker.</li>
+ <li>Removed Perl.</li>
+ <li>Removed from all versions of NDK libc, m, and dl all symbols which
+ the platform versions of those libs do not support.</li>
+ <li>Partially removed support for mips64r2. The rest will be removed
+ in the future.</li>
+ </ul>
+ </li>
+
+ <li>Other changes
+ <ul>
+ <li>Changed ARM standalone toolchains to default to arm7.
+ <ul>
+ <li>You can restore the old behavior by passing specifying the
+ {@code -target} option as {@code armv5te-linux-androideabi}.
+ </li>
+ </ul>
+ </li>
+ <li>Changed the build system to use {@code -isystem} for platform
+ includes.
+ <ul>
+ <li>Warnings that bionic causes no longer break app builds.</li>
+ </ul>
+ </li>
+ <li>Fixed a segfault that occurred when a binary threw exceptions
+ via gabi++. (Issue <a href="http://b.android.com/179410">179410</a>)
+ </li>
+ <li>Changed libc++’s inline namespace to {@code std::__ndk1}
+ to prevent ODR issues with platform libc++.</li>
+
+ <li>All libc++ libraries are now built with libc++abi.
+ <li>Bumped default {@code APP_PLATFORM} to Gingerbread.
+ <ul>
+ <li>Expect support for Froyo and older to be dropped in a
+ future release.</ul>
+ </ul>
+ <li>Updated gabi++ {@code _Unwind_Exception} struct for 64 bits.
+ <li>Added the following capabilities to cpufeatures:
+ <ul>
+ <li>Detect SSE4.1 and SSE4.2.</li>
+ <li>Detect cpu features on x86_64.</li>
+ </ul>
+ </li>
+ <li>Updated libc++abi to upstream
+ <a href="http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20150302/124603.html">
+ r231075</a>.
+ <li>Updated {@code byteswap.h}, {@code endian.h}, {@code sys/procfs.h},
+ {@code sys/ucontext.h}, {@code sys/user.h}, and {@code uchar.h} from
+ ToT Bionic.
+ <li>Synchronized {@code sys/cdefs.h} across all API levels.
+
+ <li>Fixed {@code fegetenv and fesetenv} for arm.
+ <li>Fix end pointer size/alignment of {@code crtend_*} for mips64
+ and x86_64.
+ </ul>
+ </li>
+ </ul>
+ </ul>
+ </dd>
+ <dl>
+ <dl>
+ <dt>Binutils</dt>
+ <dd>
+ <ul>
+ <li>Additions
+ <ul>
+ <li>Added a new option: {@code --pic-veneer}.</li>
+ </ul>
+ </li>
+
+ <li>Removals
+ <ul>
+ <li>The 32-bit Windows package no longer contains ld.gold.
+ You can instead get ld.gold from the 64-bit Windows package.</li>
+ </ul>
+ </li>
+
+ <li>Changes
+ <ul>
+ <li>Unified binutils source between Android and ChromiumOS.
+ For more information on this change, see the comments
+ <a href="https://android-review.googlesource.com/#/c/182865/">
+ here.</a></li>
+ <li>Improved reliability of Gold for aarch64. Use
+ {@code -fuse-ld=gold} at link time to use gold instead of bfd.
+ The default will likely switch in the next release.</li>
+ <li>Improved linking time for huge binaries for Gold ARM back end
+ (up to 50% linking time reduction for debuggable Chrome Browser).
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </dd>
+ <dl>
+ <dl>
+ <dt>GDB</dt>
+ <dd>
+ <ul>
+
+ <li>Removals
+ <ul>
+ <li>Removed ndk-gdb in favor of ndk-gdb.py.</li>
+ </ul>
+ </li>
+
+ <li>Changes
+ <ul>
+ <li>Updated gdb to version 7.10.</li>
+ <li>Improved performance.</li>
+ <li>Improved error messages.</li>
+ <li>Fixed relative project paths.</li>
+ <li>Stopped Ctrl-C from killing the backgrounded gdbserver.</li>
+ <li>Improved Windows support.</li>
+ </ul>
+ </li>
+ </ul>
+ </dd>
+
+ <dl>
+ <dl>
+ <dt>YASM</dt>
+ <dd>
+ <ul>
+
+ <li>Changes
+ <ul>
+ <li>Updated YASM to version 1.3.0.</li>
+ </ul>
+ </li>
+ </ul>
+ </dd>
+
+ <dl>
+ <dl>
+ <dt>Known issues</dt>
+ <dd>
+ <ul>
+ <li>x86 ASAN does not currently work. For more information, see the
+ discussion <a href="https://android-review.googlesource.com/#/c/186276/">
+ here.</a></li>
+ <li>The combination of Clang, x86, stlport_static, and optimization
+ levels higher than {@code -O0} causes test failures with
+ {@code dynamic_cast}. For more information, see the comments
+ <a href="https://android-review.googlesource.com/#/c/185920">here</a>.
+ </li>
+ <li>Exception handling often fails with c++_shared on ARM32. The root
+ cause is incompatibility between the LLVM unwinder that libc++abi uses
+ for ARM32 and libgcc. This behavior is not a regression from r10e.</li>
+ </ul>
+ </dd>
+ </dl>
+
+ </div>
+</div>
+<div class="toggle-content closed">
+<a name="10e"></a>
+ <p>
+ <a href="#" onclick="return toggleContent(this)"> <img
+ src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 10e</a> <em>(May 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -172,7 +436,7 @@
<a name="10d"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 10d</a> <em>(December 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -300,7 +564,7 @@
<a name="10c"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 10c</a> <em>(October 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -487,7 +751,7 @@
<a name="10b"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 10b</a> <em>(September 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -558,7 +822,7 @@
<a name="10"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 10</a> <em>(July 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -735,7 +999,7 @@
<a name="9d"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 9d</a> <em>(March 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -922,7 +1186,7 @@
<a name="9c"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 9c</a> <em>(December 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1046,7 +1310,7 @@
<a name="9b"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 9b</a> <em>(October 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1209,7 +1473,7 @@
<a name="9"></a>
<p>
<a href="#" onclick="return toggleContent(this)"> <img
- src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
>Android NDK, Revision 9</a> <em>(July 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1485,7 +1749,7 @@
<div class="toggle-content closed">
<a name="lower"></a>
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 8e</a> <em>(March 2013)</em>
</p>
@@ -1704,7 +1968,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 8d</a> <em>(December 2012)</em>
</p>
@@ -1870,7 +2134,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 8c</a> <em>(November 2012)</em>
</p>
@@ -2183,7 +2447,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 8b</a> <em>(July 2012)</em>
</p>
@@ -2378,7 +2642,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 8</a> <em>(May 2012)</em>
</p>
@@ -2451,7 +2715,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 7c</a> <em>(April 2012)</em>
</p>
@@ -2505,7 +2769,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 7b</a> <em>(February 2012)</em>
</p>
@@ -2616,7 +2880,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 7</a> <em>(November 2011)</em>
</p>
@@ -2920,7 +3184,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 6b</a> <em>(August 2011)</em>
</p>
@@ -2954,7 +3218,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 6</a> <em>(July 2011)</em>
</p>
@@ -3008,7 +3272,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 5c</a> <em>(June 2011)</em>
</p>
@@ -3094,7 +3358,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 5b</a> <em>(January 2011)</em>
</p>
@@ -3155,7 +3419,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 5</a> <em>(December 2010)</em>
</p>
@@ -3246,7 +3510,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 4b</a> <em>(June 2010)</em>
</p>
@@ -3319,7 +3583,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 3</a> <em>(March 2010)</em>
</p>
@@ -3346,7 +3610,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 2</a> <em>(September 2009)</em>
</p>
@@ -3371,7 +3635,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android NDK, Revision 1</a> <em>(June 2009)</em>
</p>
diff --git a/docs/html/ndk/guides/abis.jd b/docs/html/ndk/guides/abis.jd
index f4819b2..b2d8324 100644
--- a/docs/html/ndk/guides/abis.jd
+++ b/docs/html/ndk/guides/abis.jd
@@ -364,16 +364,17 @@
ABI</a></li>
</ul>
-<p>The MIPS-specific documentation is available
-<a href="http://www.imgtec.com/mips/architectures/mips32.asp">here</a>, with
-further information
-<a href="https://sourcery.mentor.com/sgpp/lite/mips/portal/target_arch?@action=faq&target_arch=MIPS">here</a>.</p>
+<p>For more specific details, see
+<a href="http://www.imgtec.com/mips/architectures/mips32/">MIPS32 Architecture</a>.
+Answers to common questions are in the
+<a href="https://sourcery.mentor.com/sgpp/lite/mips/portal/target_arch?@action=faq&target_arch=MIPS">MIPS FAQ</a>.
+</p>
</li>
</ul>
<h3 id="mips64">mips64</h3>
<p>This ABI is for MIPS64 R6. For more information, see
-<a href="http://www.imgtec.com/mips/architectures/mips64.asp">MIPS64 Architecture</a>.</p>
+<a href="http://www.imgtec.com/mips/architectures/mips64/">MIPS64 Architecture</a>.</p>
<h2 id="gc">Generating Code for a Specific ABI</h2>
<p>By default, the NDK generates machine code for the armeabi ABI. You can
diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd
index eb52c13..478f068 100644
--- a/docs/html/preview/api-overview.jd
+++ b/docs/html/preview/api-overview.jd
@@ -476,8 +476,8 @@
<h2 id="android_for_work">Android for Work</h2>
<p>Android for Work adds many new features and APIs for devices running Android N.
-Some highlights are below — for a complete list of Android for Work updates
-related to Android N, please see Android for Work Changes.</p>
+Some highlights are below — for a complete list of changes, see
+<a href="{@docRoot}preview/features/afw.html">Android for Work Updates</a>.</p>
<h3 id="work_profile_security_challenge">Work profile security challenge </h3>
diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd
index bc7dbc7..cd4d27e 100644
--- a/docs/html/preview/behavior-changes.jd
+++ b/docs/html/preview/behavior-changes.jd
@@ -166,7 +166,7 @@
<p>If your app uses any of these intents, you should remove dependencies
on them as soon as possible so that you can target Android N devices properly.
The Android framework provides several solutions to mitigate the need for
- these implicit broadcasts or background services. For example, the {@link
+ these implicit broadcasts. For example, the {@link
android.app.job.JobScheduler} API provides a robust mechanism to schedule
network operations when specified conditions, such as connection to an
unmetered network, are met. You can even use {@link
@@ -174,7 +174,7 @@
</p>
<p>
- For more information about this behavior change and how to adapt your app,
+ For more information about background optimizations in N and how to adapt your app,
see <a href=
"{@docRoot}preview/features/background-optimization.html">Background
Optimizations</a>.
diff --git a/docs/html/preview/download-ota.jd b/docs/html/preview/download-ota.jd
index 9c20420..68f3c74 100644
--- a/docs/html/preview/download-ota.jd
+++ b/docs/html/preview/download-ota.jd
@@ -230,18 +230,18 @@
<tr id="volantis">
<td>Nexus 9 <br>"volantis"</td>
<td><a href="#top" onclick="onDownload(this)"
- >volantis-ota-2659757-257cba86.zip</a><br>
- MD5: d90a271b6c6edc49702df292abc66fed<br>
- SHA-1: 257cba864cec7f486e0deba9e23e00b840f9a821
+ >volantis-ota-NPC56X-2785955f.zip</a><br>
+ MD5: 36d813350fd660ab751a434782f5523f<br>
+ SHA-1: 2785955fd77310106d2fa9f02f93b595d77b8e72
</td>
</tr>
<tr id="volantisg">
<td>Nexus 9G <br>"volantisg"</td>
<td><a href="#top" onclick="onDownload(this)"
- >volantisg-ota-2659757-edd866f6.zip</a><br>
- MD5: d2bc6f760a1725a36366bb8c3230dfc7<br>
- SHA-1: edd866f643d87d56654326ba5dc4d802e0d5c2e6
+ >volantisg-ota-NPC56X-d93e161c.zip</a><br>
+ MD5: 1fb7d83cd065a962dbed49e72db97dc4<br>
+ SHA-1: d93e161c15503dc641b654f6ef4c1611222bc9fd
</td>
</tr>
diff --git a/docs/html/preview/download.jd b/docs/html/preview/download.jd
index ac37704..59b1cf7 100644
--- a/docs/html/preview/download.jd
+++ b/docs/html/preview/download.jd
@@ -264,7 +264,7 @@
manually flash it to your device. See the table below to download the system
image for your test device. Manually flashing a device is useful if you need
precise control over the test environment or need to reinstall frequently,
- such as for automated testing.
+ such as for automated testing.
</p>
<!-- You can flash by ota or system image --><p>
@@ -287,10 +287,10 @@
</p>
<p>
- If you decide you want to get OTA updates after manually flashing a device,
+ If you decide you want to get OTA updates after manually flashing a device,
all you need to do is enroll the device in the <a href="https://g.co/androidbeta">Android
Beta Program</a>. You can enroll the device at any time to receive the next Preview
- update over the air.
+ update over the air.
</p>
<table>
@@ -302,9 +302,9 @@
<tr id="bullhead">
<td>Nexus 5X <br>"bullhead"</td>
<td><a href="#top" onclick="onDownload(this)"
- >bullhead-npc56p-preview-6c877a3d.tgz</a><br>
- MD5: b5cf874021023b398f5b983b24913f5d<br>
- SHA-1: 6c877a3d9fae7ec8a1678448e325b77b7a7b143a
+ >bullhead-npc56w-preview-d86c7559.tgz</a><br>
+ MD5: d84b6c31a7754e505149594887b3481a<br>
+ SHA-1: d86c7559c93724cca6af91040b012c48529f2c94
</td>
</tr>
@@ -320,27 +320,27 @@
<tr id="angler">
<td>Nexus 6P <br>"angler"</td>
<td><a href="#top" onclick="onDownload(this)"
- >angler-npc56p-preview-85ffc1b1.tgz</a><br>
- MD5: bc4934ea7bd325753eee1606d3725a24<br>
- SHA-1: 85ffc1b1be402b1b96f9ba10929e86bba6c6c588
+ >angler-npc56w-preview-2834ca3c.tgz</a><br>
+ MD5: fd5c74f256cf82262779513854869570<br>
+ SHA-1: 2834ca3c425d7a61f5dfabb9d8dd108aec1ab58b
</td>
</tr>
<tr id="volantis">
<td>Nexus 9 <br>"volantis"</td>
<td><a href="#top" onclick="onDownload(this)"
- >volantis-npc56p-preview-0e8ec8ef.tgz</a><br>
- MD5: c901334c6158351e945f188167ae56f4<br>
- SHA-1: 0e8ec8ef98c7a8d4f58d15f90afc5176303efca4
+ >volantis-npc56x-preview-5c323abd.tgz</a><br>
+ MD5: 474a13915e22d683cab5cf59ed868157<br>
+ SHA-1: 5c323abdec121b2f07fdabaa3d70d12106e450ad
</td>
</tr>
<tr id="volantisg">
<td>Nexus 9G <br>"volantisg"</td>
<td><a href="#top" onclick="onDownload(this)"
- >volantisg-npc56p-preview-1bafdbfb.tgz</a><br>
- MD5: 7bb95bebc478d7257cccb4652899d1b4<br>
- SHA-1: 1bafdbfb502e979a9fe4c257a379c4c7af8a3ae6
+ >volantisg-npc56x-preview-41ae398c.tgz</a><br>
+ MD5: 5a145a546a4a9f68c2b8e2624cf9832b<br>
+ SHA-1: 41ae398c30536a2d96b04d61b9ef97a043bf59cf
</td>
</tr>
diff --git a/docs/html/preview/features/data-saver.jd b/docs/html/preview/features/data-saver.jd
index 03f0df2..ba8f165 100644
--- a/docs/html/preview/features/data-saver.jd
+++ b/docs/html/preview/features/data-saver.jd
@@ -15,8 +15,11 @@
</li>
<li>
- <a href="#monitor-changes">Monitoring Changes to Data Saver
- Preferences</a>
+ <a href="#monitor-changes">Monitoring Changes to Data Saver Preferences</a>
+ </li>
+
+ <li>
+ <a href="#testing">Testing with Android Debug Bridge Commands</a>
</li>
</ol>
</div>
@@ -102,7 +105,7 @@
// Checks if the device is on a metered network
if (connMgr.isActiveNetworkMetered()) {
// Checks user’s Data Saver settings.
- switch (connMgr.getRestrictBackgroundStatus) {
+ switch (connMgr.getRestrictBackgroundStatus()) {
case RESTRICT_BACKGROUND_STATUS_ENABLED:
// Background data usage is blocked for this app. Wherever possible,
// the app should also use less data in the foreground.
@@ -144,3 +147,61 @@
that register to receive this broadcast in their manifest will not receive
them.
</p>
+
+<h2 id="testing">
+ Testing with Android Debug Bridge Commands
+</h2>
+
+The <a href="{@docRoot}tools/help/adb.html">Android Debug Bridge (ADB)</a>
+provides a few commands that you can use to check and configure network
+permissions:
+
+<dl>
+ <dt>
+ <code>$ adb shell dumpsys netpolicy</code>
+ </dt>
+
+ <dd>
+ Generates a report that includes the current global background network
+ restriction setting, package UIDs currently on a whitelist, and the network
+ permissions of other known packages.
+ </dd>
+
+ <dt>
+ <code>$ adb shell cmd netpolicy</code>
+ </dt>
+
+ <dd>
+ Displays a full list of Network Policy Manager (netpolicy) commands.
+ </dd>
+
+ <dt>
+ <code>$ adb shell cmd netpolicy set restrict-background
+ <boolean></code>
+ </dt>
+
+ <dd>
+ Enables or disables Data Saver mode when passing <code>true</code> or
+ <code>false</code>, respectively.
+ </dd>
+
+ <dt>
+ <code>$ adb shell cmd netpolicy add restrict-background-whitelist
+ <UID></code>
+ </dt>
+
+ <dd>
+ Adds the specified package UID to the whitelist to allow background metered
+ data usage.
+ </dd>
+
+ <dt>
+ <code>$ adb shell cmd netpolicy remove restrict-background-whitelist
+ <UID></code>
+ </dt>
+
+ <dd>
+ Removes the specified package UID from the whitelist to block background
+ metered data usage while Data Saver is enabled.
+ </dd>
+</dl>
\ No newline at end of file
diff --git a/docs/html/preview/features/picture-in-picture.jd b/docs/html/preview/features/picture-in-picture.jd
index e0fb0bb..106ad8b 100644
--- a/docs/html/preview/features/picture-in-picture.jd
+++ b/docs/html/preview/features/picture-in-picture.jd
@@ -17,6 +17,8 @@
</li>
<li><a href="#continuing_playback">Continuing Video Playback While in
Picture-in-picture</a></li>
+ <li><a href="#single_playback">Using a Single Playback Activity for
+Picture-in-picture</a></li>
<li><a href="#best">Best Practices</a></li>
</ol>
@@ -170,6 +172,31 @@
<p>When your activity switches out of PIP mode back to full-screen mode, the
system resumes your activity and calls your <code>onResume()</code> method.</p>
+<h2 id="single_playback">Using a Single Playback Activity for
+Picture-in-picture</h2>
+
+<p>In your app, a user might select a new video when browsing for content on
+the main screen, while a video playback activity is in PIP mode. Play the new
+video in the existing playback activity in full screen mode, instead of
+launching a new activity that might confuse the user.</p>
+
+<p>To ensure a single activity is used for video playback requests and
+switched into or out of PIP mode as needed, set the activity's
+<code>android:launchMode</code> to <code>singleTask</code> in your manifest:
+</p>
+
+<pre>
+<activity android:name="VideoActivity"
+ ...
+ android:supportsPictureInPicture="true"
+ android:launchMode="singleTask"
+ ...
+</pre>
+
+<p>In your activity, override {@link android.app.Activity#onNewIntent
+Activity.onNewIntent()} and handle the new video, stopping any existing video
+playback if needed.</p>
+
<h2 id="best">Best Practices</h2>
<p>PIP is intended for activities that play full-screen video. When switching
diff --git a/docs/html/preview/j8-jack.jd b/docs/html/preview/j8-jack.jd
index 1f24530..78252f0 100644
--- a/docs/html/preview/j8-jack.jd
+++ b/docs/html/preview/j8-jack.jd
@@ -127,7 +127,7 @@
multidex.
</p>
-<p>Here is a comparison the two toolchains used to build Android DEX files:</p>
+<p>Here is a comparison of the two toolchains used to build Android DEX files:</p>
<ul>
<li>Legacy javac toolchain:<br>
<b>javac</b> ({@code .java} --> {@code .class}) --> <b>dx</b> ({@code
@@ -181,9 +181,16 @@
<li>Lint detectors that operate on class files
</li>
- <li>Tools and libraries that require the app’s class files (such as JaCoCo
- and Mockito)</li>
+ <li>Tools and libraries that require the app’s class files (such as
+ instrumentation tests with JaCoCo)
+ </li>
</ul>
+<p>
+ Calls to an interface's default method on a <a class="external-link" href=
+ "https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Proxy.html"><code>
+ Proxy</code></a> instance fail with an exception.
+</p>
+
<p>If you find other problems while using Jack, <a href=
"http://tools.android.com/filing-bugs">please report bugs</a>.</p>
\ No newline at end of file
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd
index e859c11..3945ecd 100644
--- a/docs/html/preview/support.jd
+++ b/docs/html/preview/support.jd
@@ -24,7 +24,7 @@
<div class="col-6of12">
<p>
<em>Date: March 2016<br>
- Builds: NPC56P, NPC56R<br>
+ Builds: NPC56P, NPC56R, updated: NPC56W, NPC56X<br>
Emulator support: x86 & ARM (32/64-bit)<br>
Google Play services: 8.4</em>
</p>
diff --git a/docs/html/reference/android/support/test/InstrumentationRegistry.html b/docs/html/reference/android/support/test/InstrumentationRegistry.html
index c76d0d0..b4c4559 100644
--- a/docs/html/reference/android/support/test/InstrumentationRegistry.html
+++ b/docs/html/reference/android/support/test/InstrumentationRegistry.html
@@ -860,7 +860,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/annotation/Beta.html b/docs/html/reference/android/support/test/annotation/Beta.html
index a32d895..a5addc0 100644
--- a/docs/html/reference/android/support/test/annotation/Beta.html
+++ b/docs/html/reference/android/support/test/annotation/Beta.html
@@ -727,7 +727,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/annotation/UiThreadTest.html b/docs/html/reference/android/support/test/annotation/UiThreadTest.html
index 71d955f..ad5c3d5 100644
--- a/docs/html/reference/android/support/test/annotation/UiThreadTest.html
+++ b/docs/html/reference/android/support/test/annotation/UiThreadTest.html
@@ -735,7 +735,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.Builder.html b/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.Builder.html
index 5ee7f7d..c10bf16 100644
--- a/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.Builder.html
+++ b/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.Builder.html
@@ -933,7 +933,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.html b/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.html
index 3ce490d..ba5f8b0 100644
--- a/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.html
+++ b/docs/html/reference/android/support/test/espresso/AmbiguousViewMatcherException.html
@@ -891,7 +891,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1125,7 +1125,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/AppNotIdleException.html b/docs/html/reference/android/support/test/espresso/AppNotIdleException.html
index cf0f02e6..0bfd996 100644
--- a/docs/html/reference/android/support/test/espresso/AppNotIdleException.html
+++ b/docs/html/reference/android/support/test/espresso/AppNotIdleException.html
@@ -911,7 +911,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1145,7 +1145,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/DataInteraction.html b/docs/html/reference/android/support/test/espresso/DataInteraction.html
index 2bdc88f..a0aa432 100644
--- a/docs/html/reference/android/support/test/espresso/DataInteraction.html
+++ b/docs/html/reference/android/support/test/espresso/DataInteraction.html
@@ -965,7 +965,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/Espresso.html b/docs/html/reference/android/support/test/espresso/Espresso.html
index 1e42d18..3074910 100644
--- a/docs/html/reference/android/support/test/espresso/Espresso.html
+++ b/docs/html/reference/android/support/test/espresso/Espresso.html
@@ -1055,7 +1055,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/EspressoException.html b/docs/html/reference/android/support/test/espresso/EspressoException.html
index b9af84d..f3827c1 100644
--- a/docs/html/reference/android/support/test/espresso/EspressoException.html
+++ b/docs/html/reference/android/support/test/espresso/EspressoException.html
@@ -672,7 +672,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/FailureHandler.html b/docs/html/reference/android/support/test/espresso/FailureHandler.html
index a5cc938..9c3cbfd 100644
--- a/docs/html/reference/android/support/test/espresso/FailureHandler.html
+++ b/docs/html/reference/android/support/test/espresso/FailureHandler.html
@@ -675,7 +675,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/GraphHolder.html b/docs/html/reference/android/support/test/espresso/GraphHolder.html
index 9415f84..21899aa 100644
--- a/docs/html/reference/android/support/test/espresso/GraphHolder.html
+++ b/docs/html/reference/android/support/test/espresso/GraphHolder.html
@@ -766,7 +766,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/IdlingPolicies.html b/docs/html/reference/android/support/test/espresso/IdlingPolicies.html
index 24320fc..706ee8d 100644
--- a/docs/html/reference/android/support/test/espresso/IdlingPolicies.html
+++ b/docs/html/reference/android/support/test/espresso/IdlingPolicies.html
@@ -878,7 +878,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/IdlingPolicy.html b/docs/html/reference/android/support/test/espresso/IdlingPolicy.html
index e4729b1..a4b3cfe 100644
--- a/docs/html/reference/android/support/test/espresso/IdlingPolicy.html
+++ b/docs/html/reference/android/support/test/espresso/IdlingPolicy.html
@@ -847,7 +847,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/IdlingResource.html b/docs/html/reference/android/support/test/espresso/IdlingResource.html
index 96235f6..ed5d651 100644
--- a/docs/html/reference/android/support/test/espresso/IdlingResource.html
+++ b/docs/html/reference/android/support/test/espresso/IdlingResource.html
@@ -678,7 +678,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/IdlingResourceTimeoutException.html b/docs/html/reference/android/support/test/espresso/IdlingResourceTimeoutException.html
index 52fb232..f0384e4 100644
--- a/docs/html/reference/android/support/test/espresso/IdlingResourceTimeoutException.html
+++ b/docs/html/reference/android/support/test/espresso/IdlingResourceTimeoutException.html
@@ -883,7 +883,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1117,7 +1117,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/InjectEventSecurityException.html b/docs/html/reference/android/support/test/espresso/InjectEventSecurityException.html
index 647dcdb..c5341a5 100644
--- a/docs/html/reference/android/support/test/espresso/InjectEventSecurityException.html
+++ b/docs/html/reference/android/support/test/espresso/InjectEventSecurityException.html
@@ -886,7 +886,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1120,7 +1120,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/NoActivityResumedException.html b/docs/html/reference/android/support/test/espresso/NoActivityResumedException.html
index 2dda253..1846c14 100644
--- a/docs/html/reference/android/support/test/espresso/NoActivityResumedException.html
+++ b/docs/html/reference/android/support/test/espresso/NoActivityResumedException.html
@@ -894,7 +894,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1128,7 +1128,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/NoMatchingRootException.html b/docs/html/reference/android/support/test/espresso/NoMatchingRootException.html
index 792c693..9cd9bbc 100644
--- a/docs/html/reference/android/support/test/espresso/NoMatchingRootException.html
+++ b/docs/html/reference/android/support/test/espresso/NoMatchingRootException.html
@@ -879,7 +879,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1113,7 +1113,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/NoMatchingViewException.Builder.html b/docs/html/reference/android/support/test/espresso/NoMatchingViewException.Builder.html
index e0eb5c3..70bdf58 100644
--- a/docs/html/reference/android/support/test/espresso/NoMatchingViewException.Builder.html
+++ b/docs/html/reference/android/support/test/espresso/NoMatchingViewException.Builder.html
@@ -917,7 +917,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/NoMatchingViewException.html b/docs/html/reference/android/support/test/espresso/NoMatchingViewException.html
index 8d54d645..111c2c8 100644
--- a/docs/html/reference/android/support/test/espresso/NoMatchingViewException.html
+++ b/docs/html/reference/android/support/test/espresso/NoMatchingViewException.html
@@ -926,7 +926,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1160,7 +1160,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/PerformException.Builder.html b/docs/html/reference/android/support/test/espresso/PerformException.Builder.html
index b916da8..0ecef9c 100644
--- a/docs/html/reference/android/support/test/espresso/PerformException.Builder.html
+++ b/docs/html/reference/android/support/test/espresso/PerformException.Builder.html
@@ -886,7 +886,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/PerformException.html b/docs/html/reference/android/support/test/espresso/PerformException.html
index b9b78ed..458a966 100644
--- a/docs/html/reference/android/support/test/espresso/PerformException.html
+++ b/docs/html/reference/android/support/test/espresso/PerformException.html
@@ -928,7 +928,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1162,7 +1162,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/Root.Builder.html b/docs/html/reference/android/support/test/espresso/Root.Builder.html
index a099a0f..f1392e9 100644
--- a/docs/html/reference/android/support/test/espresso/Root.Builder.html
+++ b/docs/html/reference/android/support/test/espresso/Root.Builder.html
@@ -850,7 +850,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/Root.html b/docs/html/reference/android/support/test/espresso/Root.html
index cc11b48..d03b558 100644
--- a/docs/html/reference/android/support/test/espresso/Root.html
+++ b/docs/html/reference/android/support/test/espresso/Root.html
@@ -858,7 +858,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/ViewAction.html b/docs/html/reference/android/support/test/espresso/ViewAction.html
index 4c8625a..46cccc5 100644
--- a/docs/html/reference/android/support/test/espresso/ViewAction.html
+++ b/docs/html/reference/android/support/test/espresso/ViewAction.html
@@ -675,7 +675,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/ViewFinder.html b/docs/html/reference/android/support/test/espresso/ViewFinder.html
index 1f847fc..bdc2193 100644
--- a/docs/html/reference/android/support/test/espresso/ViewFinder.html
+++ b/docs/html/reference/android/support/test/espresso/ViewFinder.html
@@ -675,7 +675,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/ViewInteraction.html b/docs/html/reference/android/support/test/espresso/ViewInteraction.html
index 59118fd..cc4fc2b 100644
--- a/docs/html/reference/android/support/test/espresso/ViewInteraction.html
+++ b/docs/html/reference/android/support/test/espresso/ViewInteraction.html
@@ -876,7 +876,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/AdapterDataLoaderAction.html b/docs/html/reference/android/support/test/espresso/action/AdapterDataLoaderAction.html
index d124c03..87d0833 100644
--- a/docs/html/reference/android/support/test/espresso/action/AdapterDataLoaderAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/AdapterDataLoaderAction.html
@@ -906,7 +906,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1108,7 +1108,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.Builder.html b/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.Builder.html
index 0ff0f06..525d869 100644
--- a/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.Builder.html
+++ b/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.Builder.html
@@ -867,7 +867,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.html b/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.html
index f0ce051..a83e524 100644
--- a/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.html
+++ b/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.html
@@ -889,7 +889,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocols.html b/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocols.html
index 73ab2bc..8abdd3e 100644
--- a/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocols.html
+++ b/docs/html/reference/android/support/test/espresso/action/AdapterViewProtocols.html
@@ -804,7 +804,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/CloseKeyboardAction.html b/docs/html/reference/android/support/test/espresso/action/CloseKeyboardAction.html
index a7507f4..0cb2a96 100644
--- a/docs/html/reference/android/support/test/espresso/action/CloseKeyboardAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/CloseKeyboardAction.html
@@ -888,7 +888,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1090,7 +1090,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/CoordinatesProvider.html b/docs/html/reference/android/support/test/espresso/action/CoordinatesProvider.html
index 436ef09..43c1c07 100644
--- a/docs/html/reference/android/support/test/espresso/action/CoordinatesProvider.html
+++ b/docs/html/reference/android/support/test/espresso/action/CoordinatesProvider.html
@@ -676,7 +676,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/action/EditorAction.html b/docs/html/reference/android/support/test/espresso/action/EditorAction.html
index 121bdb7..3d5f2126 100644
--- a/docs/html/reference/android/support/test/espresso/action/EditorAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/EditorAction.html
@@ -888,7 +888,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1090,7 +1090,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/EspressoKey.Builder.html b/docs/html/reference/android/support/test/espresso/action/EspressoKey.Builder.html
index 067f475..c66f60f 100644
--- a/docs/html/reference/android/support/test/espresso/action/EspressoKey.Builder.html
+++ b/docs/html/reference/android/support/test/espresso/action/EspressoKey.Builder.html
@@ -908,7 +908,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/EspressoKey.html b/docs/html/reference/android/support/test/espresso/action/EspressoKey.html
index c7ea94d..bb56e78 100644
--- a/docs/html/reference/android/support/test/espresso/action/EspressoKey.html
+++ b/docs/html/reference/android/support/test/espresso/action/EspressoKey.html
@@ -855,7 +855,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/GeneralClickAction.html b/docs/html/reference/android/support/test/espresso/action/GeneralClickAction.html
index 4fa1ba7..36b63e5 100644
--- a/docs/html/reference/android/support/test/espresso/action/GeneralClickAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/GeneralClickAction.html
@@ -904,7 +904,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1106,7 +1106,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/GeneralLocation.html b/docs/html/reference/android/support/test/espresso/action/GeneralLocation.html
index a3f6fb8..c62721b 100644
--- a/docs/html/reference/android/support/test/espresso/action/GeneralLocation.html
+++ b/docs/html/reference/android/support/test/espresso/action/GeneralLocation.html
@@ -985,7 +985,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1187,7 +1187,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1389,7 +1389,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.action.CoordinatesProvider" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.action.CoordinatesProvider-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -1440,7 +1440,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/GeneralSwipeAction.html b/docs/html/reference/android/support/test/espresso/action/GeneralSwipeAction.html
index 8ec87f7..85ef9f6 100644
--- a/docs/html/reference/android/support/test/espresso/action/GeneralSwipeAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/GeneralSwipeAction.html
@@ -888,7 +888,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1090,7 +1090,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/KeyEventAction.html b/docs/html/reference/android/support/test/espresso/action/KeyEventAction.html
index 5a35f11..4a7bf4a 100644
--- a/docs/html/reference/android/support/test/espresso/action/KeyEventAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/KeyEventAction.html
@@ -936,7 +936,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1138,7 +1138,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/MotionEvents.DownResultHolder.html b/docs/html/reference/android/support/test/espresso/action/MotionEvents.DownResultHolder.html
index 40c7d4a..b167845 100644
--- a/docs/html/reference/android/support/test/espresso/action/MotionEvents.DownResultHolder.html
+++ b/docs/html/reference/android/support/test/espresso/action/MotionEvents.DownResultHolder.html
@@ -811,7 +811,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/MotionEvents.html b/docs/html/reference/android/support/test/espresso/action/MotionEvents.html
index 7ce7673..ac84b8b 100644
--- a/docs/html/reference/android/support/test/espresso/action/MotionEvents.html
+++ b/docs/html/reference/android/support/test/espresso/action/MotionEvents.html
@@ -887,7 +887,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/action/OpenLinkAction.html b/docs/html/reference/android/support/test/espresso/action/OpenLinkAction.html
index 2e454ad..db3af22 100644
--- a/docs/html/reference/android/support/test/espresso/action/OpenLinkAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/OpenLinkAction.html
@@ -890,7 +890,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1092,7 +1092,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/PrecisionDescriber.html b/docs/html/reference/android/support/test/espresso/action/PrecisionDescriber.html
index 433b3a6..a73878d 100644
--- a/docs/html/reference/android/support/test/espresso/action/PrecisionDescriber.html
+++ b/docs/html/reference/android/support/test/espresso/action/PrecisionDescriber.html
@@ -676,7 +676,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/action/Press.html b/docs/html/reference/android/support/test/espresso/action/Press.html
index 5b24536..f027a7b 100644
--- a/docs/html/reference/android/support/test/espresso/action/Press.html
+++ b/docs/html/reference/android/support/test/espresso/action/Press.html
@@ -901,7 +901,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1103,7 +1103,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1305,7 +1305,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.action.PrecisionDescriber" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.action.PrecisionDescriber-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -1356,7 +1356,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/ReplaceTextAction.html b/docs/html/reference/android/support/test/espresso/action/ReplaceTextAction.html
index 440fbf5..3f1d4e3 100644
--- a/docs/html/reference/android/support/test/espresso/action/ReplaceTextAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/ReplaceTextAction.html
@@ -888,7 +888,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1090,7 +1090,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/ScrollToAction.html b/docs/html/reference/android/support/test/espresso/action/ScrollToAction.html
index cf26912..63061cf 100644
--- a/docs/html/reference/android/support/test/espresso/action/ScrollToAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/ScrollToAction.html
@@ -888,7 +888,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1090,7 +1090,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/Swipe.html b/docs/html/reference/android/support/test/espresso/action/Swipe.html
index f33ee0f..c03b3d6 100644
--- a/docs/html/reference/android/support/test/espresso/action/Swipe.html
+++ b/docs/html/reference/android/support/test/espresso/action/Swipe.html
@@ -889,7 +889,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1091,7 +1091,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1293,7 +1293,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.action.Swiper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.action.Swiper-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -1345,7 +1345,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/Swiper.Status.html b/docs/html/reference/android/support/test/espresso/action/Swiper.Status.html
index 1b02dee..ecd0666 100644
--- a/docs/html/reference/android/support/test/espresso/action/Swiper.Status.html
+++ b/docs/html/reference/android/support/test/espresso/action/Swiper.Status.html
@@ -877,7 +877,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1079,7 +1079,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1283,7 +1283,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/Swiper.html b/docs/html/reference/android/support/test/espresso/action/Swiper.html
index eeef569..b10ef30 100644
--- a/docs/html/reference/android/support/test/espresso/action/Swiper.html
+++ b/docs/html/reference/android/support/test/espresso/action/Swiper.html
@@ -679,7 +679,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/action/Tap.html b/docs/html/reference/android/support/test/espresso/action/Tap.html
index 605a6b8..ce5392c 100644
--- a/docs/html/reference/android/support/test/espresso/action/Tap.html
+++ b/docs/html/reference/android/support/test/espresso/action/Tap.html
@@ -901,7 +901,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1103,7 +1103,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1305,7 +1305,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.action.Tapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.action.Tapper-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -1356,7 +1356,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/Tapper.Status.html b/docs/html/reference/android/support/test/espresso/action/Tapper.Status.html
index 194003b..76d8420 100644
--- a/docs/html/reference/android/support/test/espresso/action/Tapper.Status.html
+++ b/docs/html/reference/android/support/test/espresso/action/Tapper.Status.html
@@ -890,7 +890,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1092,7 +1092,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1296,7 +1296,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/Tapper.html b/docs/html/reference/android/support/test/espresso/action/Tapper.html
index 342778a..36b742a 100644
--- a/docs/html/reference/android/support/test/espresso/action/Tapper.html
+++ b/docs/html/reference/android/support/test/espresso/action/Tapper.html
@@ -679,7 +679,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/action/TypeTextAction.html b/docs/html/reference/android/support/test/espresso/action/TypeTextAction.html
index 1165251a..87af578 100644
--- a/docs/html/reference/android/support/test/espresso/action/TypeTextAction.html
+++ b/docs/html/reference/android/support/test/espresso/action/TypeTextAction.html
@@ -918,7 +918,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1120,7 +1120,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/action/ViewActions.html b/docs/html/reference/android/support/test/espresso/action/ViewActions.html
index 2f80306..303ea32 100644
--- a/docs/html/reference/android/support/test/espresso/action/ViewActions.html
+++ b/docs/html/reference/android/support/test/espresso/action/ViewActions.html
@@ -1426,7 +1426,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/assertion/LayoutAssertions.html b/docs/html/reference/android/support/test/espresso/assertion/LayoutAssertions.html
index 2d8bb4e..73bfe57 100644
--- a/docs/html/reference/android/support/test/espresso/assertion/LayoutAssertions.html
+++ b/docs/html/reference/android/support/test/espresso/assertion/LayoutAssertions.html
@@ -840,7 +840,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/assertion/PositionAssertions.html b/docs/html/reference/android/support/test/espresso/assertion/PositionAssertions.html
index 25917f7..c54c361 100644
--- a/docs/html/reference/android/support/test/espresso/assertion/PositionAssertions.html
+++ b/docs/html/reference/android/support/test/espresso/assertion/PositionAssertions.html
@@ -936,7 +936,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/assertion/ViewAssertions.html b/docs/html/reference/android/support/test/espresso/assertion/ViewAssertions.html
index 27d223a..b22bcd7 100644
--- a/docs/html/reference/android/support/test/espresso/assertion/ViewAssertions.html
+++ b/docs/html/reference/android/support/test/espresso/assertion/ViewAssertions.html
@@ -816,7 +816,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.FailureHandlerHolder.html b/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.FailureHandlerHolder.html
index b358f90..e2ab59e 100644
--- a/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.FailureHandlerHolder.html
+++ b/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.FailureHandlerHolder.html
@@ -819,7 +819,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.html b/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.html
index 88592f6..0ed54af 100644
--- a/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.html
+++ b/docs/html/reference/android/support/test/espresso/base/BaseLayerModule.html
@@ -959,7 +959,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/base/Default.html b/docs/html/reference/android/support/test/espresso/base/Default.html
index 42e5cf3..d19184c 100644
--- a/docs/html/reference/android/support/test/espresso/base/Default.html
+++ b/docs/html/reference/android/support/test/espresso/base/Default.html
@@ -738,7 +738,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/base/DefaultFailureHandler.html b/docs/html/reference/android/support/test/espresso/base/DefaultFailureHandler.html
index 1c526ff..cd58415 100644
--- a/docs/html/reference/android/support/test/espresso/base/DefaultFailureHandler.html
+++ b/docs/html/reference/android/support/test/espresso/base/DefaultFailureHandler.html
@@ -824,7 +824,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1026,7 +1026,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.FailureHandler" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.FailureHandler-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/base/IdlingResourceRegistry.html b/docs/html/reference/android/support/test/espresso/base/IdlingResourceRegistry.html
index f24ebdc..f2b24b9 100644
--- a/docs/html/reference/android/support/test/espresso/base/IdlingResourceRegistry.html
+++ b/docs/html/reference/android/support/test/espresso/base/IdlingResourceRegistry.html
@@ -872,7 +872,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/base/MainThread.html b/docs/html/reference/android/support/test/espresso/base/MainThread.html
index e19fa9e..f5eb0b1 100644
--- a/docs/html/reference/android/support/test/espresso/base/MainThread.html
+++ b/docs/html/reference/android/support/test/espresso/base/MainThread.html
@@ -738,7 +738,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/base/RootViewPicker.html b/docs/html/reference/android/support/test/espresso/base/RootViewPicker.html
index 2115918..902e6ab 100644
--- a/docs/html/reference/android/support/test/espresso/base/RootViewPicker.html
+++ b/docs/html/reference/android/support/test/espresso/base/RootViewPicker.html
@@ -790,7 +790,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -992,7 +992,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-javax.inject.Provider" class="jd-expando-trigger closed"
><img id="inherited-methods-javax.inject.Provider-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/base/UiControllerModule.html b/docs/html/reference/android/support/test/espresso/base/UiControllerModule.html
index 8e5cbad..080a129 100644
--- a/docs/html/reference/android/support/test/espresso/base/UiControllerModule.html
+++ b/docs/html/reference/android/support/test/espresso/base/UiControllerModule.html
@@ -803,7 +803,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/base/ViewFinderImpl.html b/docs/html/reference/android/support/test/espresso/base/ViewFinderImpl.html
index 5070ce9..75720eb 100644
--- a/docs/html/reference/android/support/test/espresso/base/ViewFinderImpl.html
+++ b/docs/html/reference/android/support/test/espresso/base/ViewFinderImpl.html
@@ -794,7 +794,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -996,7 +996,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewFinder" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewFinder-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/contrib/AccessibilityChecks.html b/docs/html/reference/android/support/test/espresso/contrib/AccessibilityChecks.html
index 3b03f90..ffe9828 100644
--- a/docs/html/reference/android/support/test/espresso/contrib/AccessibilityChecks.html
+++ b/docs/html/reference/android/support/test/espresso/contrib/AccessibilityChecks.html
@@ -793,7 +793,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/contrib/CountingIdlingResource.html b/docs/html/reference/android/support/test/espresso/contrib/CountingIdlingResource.html
index 9963def..c5fef67 100644
--- a/docs/html/reference/android/support/test/espresso/contrib/CountingIdlingResource.html
+++ b/docs/html/reference/android/support/test/espresso/contrib/CountingIdlingResource.html
@@ -1020,7 +1020,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1222,7 +1222,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.IdlingResource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.IdlingResource-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/contrib/DrawerActions.html b/docs/html/reference/android/support/test/espresso/contrib/DrawerActions.html
index 820aec2..0f5adc1 100644
--- a/docs/html/reference/android/support/test/espresso/contrib/DrawerActions.html
+++ b/docs/html/reference/android/support/test/espresso/contrib/DrawerActions.html
@@ -957,7 +957,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/contrib/DrawerMatchers.html b/docs/html/reference/android/support/test/espresso/contrib/DrawerMatchers.html
index ea6ff3b..54822bd 100644
--- a/docs/html/reference/android/support/test/espresso/contrib/DrawerMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/contrib/DrawerMatchers.html
@@ -844,7 +844,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/contrib/PickerActions.html b/docs/html/reference/android/support/test/espresso/contrib/PickerActions.html
index 96a3450..f090b22 100644
--- a/docs/html/reference/android/support/test/espresso/contrib/PickerActions.html
+++ b/docs/html/reference/android/support/test/espresso/contrib/PickerActions.html
@@ -804,7 +804,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.PositionableRecyclerViewAction.html b/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.PositionableRecyclerViewAction.html
index 102ffe1..acebfec 100644
--- a/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.PositionableRecyclerViewAction.html
+++ b/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.PositionableRecyclerViewAction.html
@@ -773,7 +773,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.html b/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.html
index 03d17d4..5343364 100644
--- a/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.html
+++ b/docs/html/reference/android/support/test/espresso/contrib/RecyclerViewActions.html
@@ -930,7 +930,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/Checks.html b/docs/html/reference/android/support/test/espresso/intent/Checks.html
index aa13c57..ecbb224 100644
--- a/docs/html/reference/android/support/test/espresso/intent/Checks.html
+++ b/docs/html/reference/android/support/test/espresso/intent/Checks.html
@@ -866,7 +866,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/Intents.html b/docs/html/reference/android/support/test/espresso/intent/Intents.html
index b457656..c517775 100644
--- a/docs/html/reference/android/support/test/espresso/intent/Intents.html
+++ b/docs/html/reference/android/support/test/espresso/intent/Intents.html
@@ -954,7 +954,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/OngoingStubbing.html b/docs/html/reference/android/support/test/espresso/intent/OngoingStubbing.html
index c39ed7a..b2d6f11 100644
--- a/docs/html/reference/android/support/test/espresso/intent/OngoingStubbing.html
+++ b/docs/html/reference/android/support/test/espresso/intent/OngoingStubbing.html
@@ -777,7 +777,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/ResettingStubber.html b/docs/html/reference/android/support/test/espresso/intent/ResettingStubber.html
index 42a34dc..e61b13b 100644
--- a/docs/html/reference/android/support/test/espresso/intent/ResettingStubber.html
+++ b/docs/html/reference/android/support/test/espresso/intent/ResettingStubber.html
@@ -665,7 +665,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
@@ -875,7 +875,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.runner.intent.IntentStubber" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.runner.intent.IntentStubber-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/intent/ResettingStubberImpl.html b/docs/html/reference/android/support/test/espresso/intent/ResettingStubberImpl.html
index cce40e1..3e5d98f 100644
--- a/docs/html/reference/android/support/test/espresso/intent/ResettingStubberImpl.html
+++ b/docs/html/reference/android/support/test/espresso/intent/ResettingStubberImpl.html
@@ -911,7 +911,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1113,7 +1113,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.intent.ResettingStubber" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.intent.ResettingStubber-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -1225,7 +1225,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.runner.intent.IntentStubber" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.runner.intent.IntentStubber-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/intent/ResolvedIntent.html b/docs/html/reference/android/support/test/espresso/intent/ResolvedIntent.html
index 75daee4..0bf2ffa 100644
--- a/docs/html/reference/android/support/test/espresso/intent/ResolvedIntent.html
+++ b/docs/html/reference/android/support/test/espresso/intent/ResolvedIntent.html
@@ -651,7 +651,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/intent/VerifiableIntent.html b/docs/html/reference/android/support/test/espresso/intent/VerifiableIntent.html
index bd24cf10..113655b 100644
--- a/docs/html/reference/android/support/test/espresso/intent/VerifiableIntent.html
+++ b/docs/html/reference/android/support/test/espresso/intent/VerifiableIntent.html
@@ -791,7 +791,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.intent.ResolvedIntent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.intent.ResolvedIntent-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/intent/VerificationModes.html b/docs/html/reference/android/support/test/espresso/intent/VerificationModes.html
index 18b24aa..5488c26 100644
--- a/docs/html/reference/android/support/test/espresso/intent/VerificationModes.html
+++ b/docs/html/reference/android/support/test/espresso/intent/VerificationModes.html
@@ -801,7 +801,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/matcher/BundleMatchers.html b/docs/html/reference/android/support/test/espresso/intent/matcher/BundleMatchers.html
index a643a55..a2481fc 100644
--- a/docs/html/reference/android/support/test/espresso/intent/matcher/BundleMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/intent/matcher/BundleMatchers.html
@@ -857,7 +857,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/matcher/ComponentNameMatchers.html b/docs/html/reference/android/support/test/espresso/intent/matcher/ComponentNameMatchers.html
index ccb82d4..1d6d21d 100644
--- a/docs/html/reference/android/support/test/espresso/intent/matcher/ComponentNameMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/intent/matcher/ComponentNameMatchers.html
@@ -865,7 +865,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/matcher/IntentMatchers.html b/docs/html/reference/android/support/test/espresso/intent/matcher/IntentMatchers.html
index 02083bc..ce18381 100644
--- a/docs/html/reference/android/support/test/espresso/intent/matcher/IntentMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/intent/matcher/IntentMatchers.html
@@ -1183,7 +1183,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/matcher/UriMatchers.html b/docs/html/reference/android/support/test/espresso/intent/matcher/UriMatchers.html
index f5f5162..aacd7c7 100644
--- a/docs/html/reference/android/support/test/espresso/intent/matcher/UriMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/intent/matcher/UriMatchers.html
@@ -938,7 +938,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/intent/rule/IntentsTestRule.html b/docs/html/reference/android/support/test/espresso/intent/rule/IntentsTestRule.html
index 4fd2739..c51c711 100644
--- a/docs/html/reference/android/support/test/espresso/intent/rule/IntentsTestRule.html
+++ b/docs/html/reference/android/support/test/espresso/intent/rule/IntentsTestRule.html
@@ -913,7 +913,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.rule.ActivityTestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.rule.ActivityTestRule-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1091,7 +1091,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.rule.UiThreadTestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.rule.UiThreadTestRule-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1172,7 +1172,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1374,7 +1374,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.rules.TestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.rules.TestRule-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/matcher/BoundedMatcher.html b/docs/html/reference/android/support/test/espresso/matcher/BoundedMatcher.html
index 46ffbf3..796063d 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/BoundedMatcher.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/BoundedMatcher.html
@@ -712,7 +712,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -917,7 +917,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.hamcrest.BaseMatcher" class="jd-expando-trigger closed"
><img id="inherited-methods-org.hamcrest.BaseMatcher-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -991,7 +991,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1193,7 +1193,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.hamcrest.Matcher" class="jd-expando-trigger closed"
><img id="inherited-methods-org.hamcrest.Matcher-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -1267,7 +1267,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.hamcrest.SelfDescribing" class="jd-expando-trigger closed"
><img id="inherited-methods-org.hamcrest.SelfDescribing-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.CursorMatcher.html b/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.CursorMatcher.html
index 60b3ea2..2972f62 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.CursorMatcher.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.CursorMatcher.html
@@ -867,7 +867,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.matcher.BoundedMatcher" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.matcher.BoundedMatcher-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -925,7 +925,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.hamcrest.BaseMatcher" class="jd-expando-trigger closed"
><img id="inherited-methods-org.hamcrest.BaseMatcher-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -999,7 +999,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1201,7 +1201,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.hamcrest.Matcher" class="jd-expando-trigger closed"
><img id="inherited-methods-org.hamcrest.Matcher-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -1275,7 +1275,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.hamcrest.SelfDescribing" class="jd-expando-trigger closed"
><img id="inherited-methods-org.hamcrest.SelfDescribing-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.html b/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.html
index 4c55f3a..fad8f56 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/CursorMatchers.html
@@ -1632,7 +1632,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/matcher/LayoutMatchers.html b/docs/html/reference/android/support/test/espresso/matcher/LayoutMatchers.html
index 1c2b580..7fc0419 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/LayoutMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/LayoutMatchers.html
@@ -799,7 +799,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/matcher/PreferenceMatchers.html b/docs/html/reference/android/support/test/espresso/matcher/PreferenceMatchers.html
index b956ff9..ce1268c 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/PreferenceMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/PreferenceMatchers.html
@@ -897,7 +897,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/matcher/RootMatchers.html b/docs/html/reference/android/support/test/espresso/matcher/RootMatchers.html
index ffad327..e55797e 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/RootMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/RootMatchers.html
@@ -896,7 +896,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.Visibility.html b/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.Visibility.html
index f252755..65b46a7 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.Visibility.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.Visibility.html
@@ -879,7 +879,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1081,7 +1081,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1285,7 +1285,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.html b/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.html
index 79e3769..53d3d1e 100644
--- a/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/matcher/ViewMatchers.html
@@ -1884,7 +1884,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/util/ActivityLifecycles.html b/docs/html/reference/android/support/test/espresso/util/ActivityLifecycles.html
index 2161c4c..95a6b3e 100644
--- a/docs/html/reference/android/support/test/espresso/util/ActivityLifecycles.html
+++ b/docs/html/reference/android/support/test/espresso/util/ActivityLifecycles.html
@@ -815,7 +815,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/util/HumanReadables.html b/docs/html/reference/android/support/test/espresso/util/HumanReadables.html
index b68ae82..fe73d80 100644
--- a/docs/html/reference/android/support/test/espresso/util/HumanReadables.html
+++ b/docs/html/reference/android/support/test/espresso/util/HumanReadables.html
@@ -807,7 +807,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/util/TreeIterables.ViewAndDistance.html b/docs/html/reference/android/support/test/espresso/util/TreeIterables.ViewAndDistance.html
index 99ff54d..f544d58 100644
--- a/docs/html/reference/android/support/test/espresso/util/TreeIterables.ViewAndDistance.html
+++ b/docs/html/reference/android/support/test/espresso/util/TreeIterables.ViewAndDistance.html
@@ -777,7 +777,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/util/TreeIterables.html b/docs/html/reference/android/support/test/espresso/util/TreeIterables.html
index 5d1ec33..bc1e582 100644
--- a/docs/html/reference/android/support/test/espresso/util/TreeIterables.html
+++ b/docs/html/reference/android/support/test/espresso/util/TreeIterables.html
@@ -852,7 +852,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/action/AtomAction.html b/docs/html/reference/android/support/test/espresso/web/action/AtomAction.html
index 944ce79..807c098 100644
--- a/docs/html/reference/android/support/test/espresso/web/action/AtomAction.html
+++ b/docs/html/reference/android/support/test/espresso/web/action/AtomAction.html
@@ -939,7 +939,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1141,7 +1141,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/action/EnableJavascriptAction.html b/docs/html/reference/android/support/test/espresso/web/action/EnableJavascriptAction.html
index 7b4be03..290094d 100644
--- a/docs/html/reference/android/support/test/espresso/web/action/EnableJavascriptAction.html
+++ b/docs/html/reference/android/support/test/espresso/web/action/EnableJavascriptAction.html
@@ -859,7 +859,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1061,7 +1061,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.ViewAction" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.ViewAction-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/assertion/TagSoupDocumentParser.html b/docs/html/reference/android/support/test/espresso/web/assertion/TagSoupDocumentParser.html
index f134141..c095b81 100644
--- a/docs/html/reference/android/support/test/espresso/web/assertion/TagSoupDocumentParser.html
+++ b/docs/html/reference/android/support/test/espresso/web/assertion/TagSoupDocumentParser.html
@@ -788,7 +788,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/assertion/WebAssertion.html b/docs/html/reference/android/support/test/espresso/web/assertion/WebAssertion.html
index 604b169..894e603 100644
--- a/docs/html/reference/android/support/test/espresso/web/assertion/WebAssertion.html
+++ b/docs/html/reference/android/support/test/espresso/web/assertion/WebAssertion.html
@@ -844,7 +844,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/assertion/WebViewAssertions.html b/docs/html/reference/android/support/test/espresso/web/assertion/WebViewAssertions.html
index 1d546b2..af52ddc 100644
--- a/docs/html/reference/android/support/test/espresso/web/assertion/WebViewAssertions.html
+++ b/docs/html/reference/android/support/test/espresso/web/assertion/WebViewAssertions.html
@@ -846,7 +846,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/bridge/Conduit.html b/docs/html/reference/android/support/test/espresso/web/bridge/Conduit.html
index ee60ff7..05ef71c 100644
--- a/docs/html/reference/android/support/test/espresso/web/bridge/Conduit.html
+++ b/docs/html/reference/android/support/test/espresso/web/bridge/Conduit.html
@@ -821,7 +821,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/bridge/JavaScriptBridge.html b/docs/html/reference/android/support/test/espresso/web/bridge/JavaScriptBridge.html
index aa5cf99..76fbfd6 100644
--- a/docs/html/reference/android/support/test/espresso/web/bridge/JavaScriptBridge.html
+++ b/docs/html/reference/android/support/test/espresso/web/bridge/JavaScriptBridge.html
@@ -818,7 +818,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/matcher/AmbiguousElementMatcherException.html b/docs/html/reference/android/support/test/espresso/web/matcher/AmbiguousElementMatcherException.html
index 767ed37..ed0b7b3 100644
--- a/docs/html/reference/android/support/test/espresso/web/matcher/AmbiguousElementMatcherException.html
+++ b/docs/html/reference/android/support/test/espresso/web/matcher/AmbiguousElementMatcherException.html
@@ -848,7 +848,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1082,7 +1082,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/matcher/DomMatchers.html b/docs/html/reference/android/support/test/espresso/web/matcher/DomMatchers.html
index 1c4cdad..ae850d9 100644
--- a/docs/html/reference/android/support/test/espresso/web/matcher/DomMatchers.html
+++ b/docs/html/reference/android/support/test/espresso/web/matcher/DomMatchers.html
@@ -937,7 +937,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/model/Atom.html b/docs/html/reference/android/support/test/espresso/web/model/Atom.html
index 90f5ff9..1eb87e0 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/Atom.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/Atom.html
@@ -658,7 +658,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/web/model/Atoms.html b/docs/html/reference/android/support/test/espresso/web/model/Atoms.html
index ec9ace1..fe4c2e3 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/Atoms.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/Atoms.html
@@ -924,7 +924,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/model/ElementReference.html b/docs/html/reference/android/support/test/espresso/web/model/ElementReference.html
index 5a05f90..bb72bdb 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/ElementReference.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/ElementReference.html
@@ -843,7 +843,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1045,7 +1045,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.web.model.JSONAble" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.web.model.JSONAble-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/model/Evaluation.html b/docs/html/reference/android/support/test/espresso/web/model/Evaluation.html
index dc8e3e5..959cd53 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/Evaluation.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/Evaluation.html
@@ -901,7 +901,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1103,7 +1103,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.web.model.JSONAble" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.web.model.JSONAble-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/model/JSONAble.html b/docs/html/reference/android/support/test/espresso/web/model/JSONAble.html
index 4508272..adb1d8a 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/JSONAble.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/JSONAble.html
@@ -661,7 +661,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/espresso/web/model/ModelCodec.html b/docs/html/reference/android/support/test/espresso/web/model/ModelCodec.html
index 60bab76..1dde64e 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/ModelCodec.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/ModelCodec.html
@@ -853,7 +853,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html b/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html
index 447f98a..24a874a 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html
@@ -859,7 +859,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1061,7 +1061,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1265,7 +1265,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.html b/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.html
index 1accc9a..8d67f05 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/SimpleAtom.html
@@ -1012,7 +1012,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1214,7 +1214,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.web.model.Atom" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.web.model.Atom-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/model/TransformingAtom.html b/docs/html/reference/android/support/test/espresso/web/model/TransformingAtom.html
index 96cdbcf..6e9006d 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/TransformingAtom.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/TransformingAtom.html
@@ -897,7 +897,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1099,7 +1099,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.web.model.Atom" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.web.model.Atom-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/model/WindowReference.html b/docs/html/reference/android/support/test/espresso/web/model/WindowReference.html
index 8dee39b..cf7d54e 100644
--- a/docs/html/reference/android/support/test/espresso/web/model/WindowReference.html
+++ b/docs/html/reference/android/support/test/espresso/web/model/WindowReference.html
@@ -843,7 +843,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1045,7 +1045,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.espresso.web.model.JSONAble" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.espresso.web.model.JSONAble-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/espresso/web/sugar/Web.WebInteraction.html b/docs/html/reference/android/support/test/espresso/web/sugar/Web.WebInteraction.html
index c0b5890..db6f8a2 100644
--- a/docs/html/reference/android/support/test/espresso/web/sugar/Web.WebInteraction.html
+++ b/docs/html/reference/android/support/test/espresso/web/sugar/Web.WebInteraction.html
@@ -1023,7 +1023,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/sugar/Web.html b/docs/html/reference/android/support/test/espresso/web/sugar/Web.html
index a99b512..d495700 100644
--- a/docs/html/reference/android/support/test/espresso/web/sugar/Web.html
+++ b/docs/html/reference/android/support/test/espresso/web/sugar/Web.html
@@ -841,7 +841,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/webdriver/DriverAtoms.html b/docs/html/reference/android/support/test/espresso/web/webdriver/DriverAtoms.html
index 9b663f2..b2dedb5 100644
--- a/docs/html/reference/android/support/test/espresso/web/webdriver/DriverAtoms.html
+++ b/docs/html/reference/android/support/test/espresso/web/webdriver/DriverAtoms.html
@@ -1000,7 +1000,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/espresso/web/webdriver/Locator.html b/docs/html/reference/android/support/test/espresso/web/webdriver/Locator.html
index 47c317f..e9e033a 100644
--- a/docs/html/reference/android/support/test/espresso/web/webdriver/Locator.html
+++ b/docs/html/reference/android/support/test/espresso/web/webdriver/Locator.html
@@ -933,7 +933,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1135,7 +1135,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1339,7 +1339,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/filters/FlakyTest.html b/docs/html/reference/android/support/test/filters/FlakyTest.html
index 1029c6b..498f8dd 100644
--- a/docs/html/reference/android/support/test/filters/FlakyTest.html
+++ b/docs/html/reference/android/support/test/filters/FlakyTest.html
@@ -726,7 +726,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/filters/RequiresDevice.html b/docs/html/reference/android/support/test/filters/RequiresDevice.html
index 6fb8d07..b88bebe 100644
--- a/docs/html/reference/android/support/test/filters/RequiresDevice.html
+++ b/docs/html/reference/android/support/test/filters/RequiresDevice.html
@@ -725,7 +725,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/filters/SdkSuppress.html b/docs/html/reference/android/support/test/filters/SdkSuppress.html
index 2d9a12e..e8661dc 100644
--- a/docs/html/reference/android/support/test/filters/SdkSuppress.html
+++ b/docs/html/reference/android/support/test/filters/SdkSuppress.html
@@ -725,7 +725,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/jank/GfxMonitor.html b/docs/html/reference/android/support/test/jank/GfxMonitor.html
index 813973d..f0b531f 100644
--- a/docs/html/reference/android/support/test/jank/GfxMonitor.html
+++ b/docs/html/reference/android/support/test/jank/GfxMonitor.html
@@ -954,7 +954,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/jank/JankTest.html b/docs/html/reference/android/support/test/jank/JankTest.html
index 8932584..c824c13e 100644
--- a/docs/html/reference/android/support/test/jank/JankTest.html
+++ b/docs/html/reference/android/support/test/jank/JankTest.html
@@ -726,7 +726,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/jank/JankTestBase.html b/docs/html/reference/android/support/test/jank/JankTestBase.html
index 9ce3750..9214f1d 100644
--- a/docs/html/reference/android/support/test/jank/JankTestBase.html
+++ b/docs/html/reference/android/support/test/jank/JankTestBase.html
@@ -1035,7 +1035,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.test.InstrumentationTestCase" class="jd-expando-trigger closed"
><img id="inherited-methods-android.test.InstrumentationTestCase-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1237,7 +1237,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.TestCase" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.TestCase-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1439,7 +1439,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.Assert" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.Assert-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2073,7 +2073,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2275,7 +2275,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.Test" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.Test-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/rule/ActivityTestRule.html b/docs/html/reference/android/support/test/rule/ActivityTestRule.html
index bbc4ded..f34e3e9 100644
--- a/docs/html/reference/android/support/test/rule/ActivityTestRule.html
+++ b/docs/html/reference/android/support/test/rule/ActivityTestRule.html
@@ -697,7 +697,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -1067,7 +1067,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.rule.UiThreadTestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.rule.UiThreadTestRule-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1148,7 +1148,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1350,7 +1350,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.rules.TestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.rules.TestRule-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/rule/DisableOnAndroidDebug.html b/docs/html/reference/android/support/test/rule/DisableOnAndroidDebug.html
index 3fa5c9b..a981fe9 100644
--- a/docs/html/reference/android/support/test/rule/DisableOnAndroidDebug.html
+++ b/docs/html/reference/android/support/test/rule/DisableOnAndroidDebug.html
@@ -870,7 +870,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1072,7 +1072,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.rules.TestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.rules.TestRule-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/rule/ServiceTestRule.html b/docs/html/reference/android/support/test/rule/ServiceTestRule.html
index 270a1bf..bbe0c8d 100644
--- a/docs/html/reference/android/support/test/rule/ServiceTestRule.html
+++ b/docs/html/reference/android/support/test/rule/ServiceTestRule.html
@@ -1000,7 +1000,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1202,7 +1202,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.rules.TestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.rules.TestRule-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/rule/UiThreadTestRule.html b/docs/html/reference/android/support/test/rule/UiThreadTestRule.html
index 4c0f6b5..e58ef8f 100644
--- a/docs/html/reference/android/support/test/rule/UiThreadTestRule.html
+++ b/docs/html/reference/android/support/test/rule/UiThreadTestRule.html
@@ -681,7 +681,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -724,7 +724,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
@@ -944,7 +944,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1146,7 +1146,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.rules.TestRule" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.rules.TestRule-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/runner/AndroidJUnit4.html b/docs/html/reference/android/support/test/runner/AndroidJUnit4.html
index ddc847f..79c3c9a 100644
--- a/docs/html/reference/android/support/test/runner/AndroidJUnit4.html
+++ b/docs/html/reference/android/support/test/runner/AndroidJUnit4.html
@@ -898,7 +898,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runners.BlockJUnit4ClassRunner" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.runners.BlockJUnit4ClassRunner-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1340,7 +1340,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runners.ParentRunner" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.runners.ParentRunner-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1702,7 +1702,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runner.Runner" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.runner.Runner-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1776,7 +1776,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1978,7 +1978,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runner.Describable" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.runner.Describable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -2020,7 +2020,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runner.manipulation.Filterable" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.runner.manipulation.Filterable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -2062,7 +2062,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runner.manipulation.Sortable" class="jd-expando-trigger closed"
><img id="inherited-methods-org.junit.runner.manipulation.Sortable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/runner/AndroidJUnitRunner.html b/docs/html/reference/android/support/test/runner/AndroidJUnitRunner.html
index 16656fb..f7f4fd3 100644
--- a/docs/html/reference/android/support/test/runner/AndroidJUnitRunner.html
+++ b/docs/html/reference/android/support/test/runner/AndroidJUnitRunner.html
@@ -914,7 +914,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Instrumentation" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Instrumentation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Instrumentation
<div id="inherited-constants-android.app.Instrumentation">
@@ -1108,7 +1108,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.runner.MonitoringInstrumentation" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.runner.MonitoringInstrumentation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1548,7 +1548,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Instrumentation" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Instrumentation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2566,7 +2566,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.ActivityFinisher.html b/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.ActivityFinisher.html
index 45c7243..5eff5333e 100644
--- a/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.ActivityFinisher.html
+++ b/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.ActivityFinisher.html
@@ -802,7 +802,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1004,7 +1004,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Runnable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Runnable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.html b/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.html
index 22d0b64..ed587c3 100644
--- a/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.html
+++ b/docs/html/reference/android/support/test/runner/MonitoringInstrumentation.html
@@ -698,7 +698,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -840,7 +840,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Instrumentation" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Instrumentation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Instrumentation
<div id="inherited-constants-android.app.Instrumentation">
@@ -1370,7 +1370,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Instrumentation" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Instrumentation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2388,7 +2388,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/runner/intent/IntentMonitorRegistry.html b/docs/html/reference/android/support/test/runner/intent/IntentMonitorRegistry.html
index 31a84fb..b57307a 100644
--- a/docs/html/reference/android/support/test/runner/intent/IntentMonitorRegistry.html
+++ b/docs/html/reference/android/support/test/runner/intent/IntentMonitorRegistry.html
@@ -796,7 +796,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/runner/intent/IntentStubber.html b/docs/html/reference/android/support/test/runner/intent/IntentStubber.html
index 30e1a72..88afd27 100644
--- a/docs/html/reference/android/support/test/runner/intent/IntentStubber.html
+++ b/docs/html/reference/android/support/test/runner/intent/IntentStubber.html
@@ -647,7 +647,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/test/runner/intent/IntentStubberRegistry.html b/docs/html/reference/android/support/test/runner/intent/IntentStubberRegistry.html
index fbd1ba1..f82ddec 100644
--- a/docs/html/reference/android/support/test/runner/intent/IntentStubberRegistry.html
+++ b/docs/html/reference/android/support/test/runner/intent/IntentStubberRegistry.html
@@ -835,7 +835,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/runner/lifecycle/ActivityLifecycleMonitorRegistry.html b/docs/html/reference/android/support/test/runner/lifecycle/ActivityLifecycleMonitorRegistry.html
index 180606f..def3bc2 100644
--- a/docs/html/reference/android/support/test/runner/lifecycle/ActivityLifecycleMonitorRegistry.html
+++ b/docs/html/reference/android/support/test/runner/lifecycle/ActivityLifecycleMonitorRegistry.html
@@ -804,7 +804,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/runner/lifecycle/ApplicationLifecycleMonitorRegistry.html b/docs/html/reference/android/support/test/runner/lifecycle/ApplicationLifecycleMonitorRegistry.html
index ddc35ff..0107635 100644
--- a/docs/html/reference/android/support/test/runner/lifecycle/ApplicationLifecycleMonitorRegistry.html
+++ b/docs/html/reference/android/support/test/runner/lifecycle/ApplicationLifecycleMonitorRegistry.html
@@ -804,7 +804,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/runner/lifecycle/ApplicationStage.html b/docs/html/reference/android/support/test/runner/lifecycle/ApplicationStage.html
index 793215e..5250cc1 100644
--- a/docs/html/reference/android/support/test/runner/lifecycle/ApplicationStage.html
+++ b/docs/html/reference/android/support/test/runner/lifecycle/ApplicationStage.html
@@ -858,7 +858,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1060,7 +1060,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1264,7 +1264,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/runner/lifecycle/Stage.html b/docs/html/reference/android/support/test/runner/lifecycle/Stage.html
index b71d408..8f5fd55 100644
--- a/docs/html/reference/android/support/test/runner/lifecycle/Stage.html
+++ b/docs/html/reference/android/support/test/runner/lifecycle/Stage.html
@@ -930,7 +930,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1132,7 +1132,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1336,7 +1336,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../../assets/images/triangle-closed.png"
+ src="../../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/uiautomator/By.html b/docs/html/reference/android/support/test/uiautomator/By.html
index 55e4fb4..9d73c605 100644
--- a/docs/html/reference/android/support/test/uiautomator/By.html
+++ b/docs/html/reference/android/support/test/uiautomator/By.html
@@ -1538,7 +1538,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/BySelector.html b/docs/html/reference/android/support/test/uiautomator/BySelector.html
index a4388fa..2f07225 100644
--- a/docs/html/reference/android/support/test/uiautomator/BySelector.html
+++ b/docs/html/reference/android/support/test/uiautomator/BySelector.html
@@ -1602,7 +1602,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/Configurator.html b/docs/html/reference/android/support/test/uiautomator/Configurator.html
index 18b1604..47ffa48 100644
--- a/docs/html/reference/android/support/test/uiautomator/Configurator.html
+++ b/docs/html/reference/android/support/test/uiautomator/Configurator.html
@@ -1040,7 +1040,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/Direction.html b/docs/html/reference/android/support/test/uiautomator/Direction.html
index 240fa0b..6e51748 100644
--- a/docs/html/reference/android/support/test/uiautomator/Direction.html
+++ b/docs/html/reference/android/support/test/uiautomator/Direction.html
@@ -917,7 +917,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Enum" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Enum-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1119,7 +1119,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1323,7 +1323,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Comparable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Comparable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/uiautomator/EventCondition.html b/docs/html/reference/android/support/test/uiautomator/EventCondition.html
index 75dfc7b..257e9a9 100644
--- a/docs/html/reference/android/support/test/uiautomator/EventCondition.html
+++ b/docs/html/reference/android/support/test/uiautomator/EventCondition.html
@@ -790,7 +790,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/SearchCondition.html b/docs/html/reference/android/support/test/uiautomator/SearchCondition.html
index caa63e9..3d31e02 100644
--- a/docs/html/reference/android/support/test/uiautomator/SearchCondition.html
+++ b/docs/html/reference/android/support/test/uiautomator/SearchCondition.html
@@ -788,7 +788,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/StaleObjectException.html b/docs/html/reference/android/support/test/uiautomator/StaleObjectException.html
index 21d5ee8..d552032 100644
--- a/docs/html/reference/android/support/test/uiautomator/StaleObjectException.html
+++ b/docs/html/reference/android/support/test/uiautomator/StaleObjectException.html
@@ -865,7 +865,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1099,7 +1099,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiAutomatorInstrumentationTestRunner.html b/docs/html/reference/android/support/test/uiautomator/UiAutomatorInstrumentationTestRunner.html
index 3af1b36..43dd410 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiAutomatorInstrumentationTestRunner.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiAutomatorInstrumentationTestRunner.html
@@ -814,7 +814,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.test.InstrumentationTestRunner" class="jd-expando-trigger closed"
><img id="inherited-constants-android.test.InstrumentationTestRunner-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.test.InstrumentationTestRunner
<div id="inherited-constants-android.test.InstrumentationTestRunner">
@@ -958,7 +958,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Instrumentation" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Instrumentation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Instrumentation
<div id="inherited-constants-android.app.Instrumentation">
@@ -1131,7 +1131,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.test.InstrumentationTestRunner" class="jd-expando-trigger closed"
><img id="inherited-methods-android.test.InstrumentationTestRunner-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1269,7 +1269,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Instrumentation" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Instrumentation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2287,7 +2287,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2489,7 +2489,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.test.TestSuiteProvider" class="jd-expando-trigger closed"
><img id="inherited-methods-android.test.TestSuiteProvider-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/uiautomator/UiAutomatorTestCase.html b/docs/html/reference/android/support/test/uiautomator/UiAutomatorTestCase.html
index eadaadb..166e174 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiAutomatorTestCase.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiAutomatorTestCase.html
@@ -981,7 +981,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.test.InstrumentationTestCase" class="jd-expando-trigger closed"
><img id="inherited-methods-android.test.InstrumentationTestCase-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1183,7 +1183,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.TestCase" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.TestCase-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1385,7 +1385,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.Assert" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.Assert-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2019,7 +2019,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2221,7 +2221,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.Test" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.Test-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/test/uiautomator/UiCollection.html b/docs/html/reference/android/support/test/uiautomator/UiCollection.html
index add13cb..5f489d0 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiCollection.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiCollection.html
@@ -720,7 +720,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -820,7 +820,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.support.test.uiautomator.UiObject" class="jd-expando-trigger closed"
><img id="inherited-constants-android.support.test.uiautomator.UiObject-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../reference/android/support/test/uiautomator/UiObject.html">android.support.test.uiautomator.UiObject</a>
<div id="inherited-constants-android.support.test.uiautomator.UiObject">
@@ -1084,7 +1084,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.uiautomator.UiObject" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.uiautomator.UiObject-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2107,7 +2107,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiDevice.html b/docs/html/reference/android/support/test/uiautomator/UiDevice.html
index 9d289dd..3685972b 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiDevice.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiDevice.html
@@ -2225,7 +2225,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiObject.html b/docs/html/reference/android/support/test/uiautomator/UiObject.html
index c6486dc..f1149dd 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiObject.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiObject.html
@@ -700,7 +700,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -744,7 +744,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
@@ -1997,7 +1997,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiObject2.html b/docs/html/reference/android/support/test/uiautomator/UiObject2.html
index 6fc08fc..b2195bd 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiObject2.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiObject2.html
@@ -1835,7 +1835,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiObject2Condition.html b/docs/html/reference/android/support/test/uiautomator/UiObject2Condition.html
index a496c24..99efb28 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiObject2Condition.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiObject2Condition.html
@@ -790,7 +790,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiObjectNotFoundException.html b/docs/html/reference/android/support/test/uiautomator/UiObjectNotFoundException.html
index e6949b3..4548cb8 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiObjectNotFoundException.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiObjectNotFoundException.html
@@ -870,7 +870,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1104,7 +1104,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiScrollable.html b/docs/html/reference/android/support/test/uiautomator/UiScrollable.html
index d55a208..a4a5973 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiScrollable.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiScrollable.html
@@ -807,7 +807,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.support.test.uiautomator.UiObject" class="jd-expando-trigger closed"
><img id="inherited-constants-android.support.test.uiautomator.UiObject-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../reference/android/support/test/uiautomator/UiObject.html">android.support.test.uiautomator.UiObject</a>
<div id="inherited-constants-android.support.test.uiautomator.UiObject">
@@ -1640,7 +1640,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.uiautomator.UiCollection" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.uiautomator.UiCollection-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1762,7 +1762,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.test.uiautomator.UiObject" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.test.uiautomator.UiObject-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2785,7 +2785,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/UiSelector.html b/docs/html/reference/android/support/test/uiautomator/UiSelector.html
index ac8b127..9670a8b 100644
--- a/docs/html/reference/android/support/test/uiautomator/UiSelector.html
+++ b/docs/html/reference/android/support/test/uiautomator/UiSelector.html
@@ -1510,7 +1510,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/test/uiautomator/Until.html b/docs/html/reference/android/support/test/uiautomator/Until.html
index adf9d42..8af2f96 100644
--- a/docs/html/reference/android/support/test/uiautomator/Until.html
+++ b/docs/html/reference/android/support/test/uiautomator/Until.html
@@ -1452,7 +1452,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.anim.html b/docs/html/reference/android/support/wearable/R.anim.html
index 8976afe..f05d0cd 100644
--- a/docs/html/reference/android/support/wearable/R.anim.html
+++ b/docs/html/reference/android/support/wearable/R.anim.html
@@ -825,7 +825,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.animator.html b/docs/html/reference/android/support/wearable/R.animator.html
index 7ab63f2..07d43f5 100644
--- a/docs/html/reference/android/support/wearable/R.animator.html
+++ b/docs/html/reference/android/support/wearable/R.animator.html
@@ -761,7 +761,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.array.html b/docs/html/reference/android/support/wearable/R.array.html
index 95eef7e..8f3ccf0 100644
--- a/docs/html/reference/android/support/wearable/R.array.html
+++ b/docs/html/reference/android/support/wearable/R.array.html
@@ -761,7 +761,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.attr.html b/docs/html/reference/android/support/wearable/R.attr.html
index 099c981..3e0379c 100644
--- a/docs/html/reference/android/support/wearable/R.attr.html
+++ b/docs/html/reference/android/support/wearable/R.attr.html
@@ -1443,7 +1443,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.color.html b/docs/html/reference/android/support/wearable/R.color.html
index 07b5e0c..9b2eeea 100644
--- a/docs/html/reference/android/support/wearable/R.color.html
+++ b/docs/html/reference/android/support/wearable/R.color.html
@@ -1209,7 +1209,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.dimen.html b/docs/html/reference/android/support/wearable/R.dimen.html
index 215b2b3..8709625 100644
--- a/docs/html/reference/android/support/wearable/R.dimen.html
+++ b/docs/html/reference/android/support/wearable/R.dimen.html
@@ -1001,7 +1001,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.drawable.html b/docs/html/reference/android/support/wearable/R.drawable.html
index c83cd2e..3a40cf1 100644
--- a/docs/html/reference/android/support/wearable/R.drawable.html
+++ b/docs/html/reference/android/support/wearable/R.drawable.html
@@ -905,7 +905,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.html b/docs/html/reference/android/support/wearable/R.html
index 714f287..93bb8b4 100644
--- a/docs/html/reference/android/support/wearable/R.html
+++ b/docs/html/reference/android/support/wearable/R.html
@@ -965,7 +965,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.id.html b/docs/html/reference/android/support/wearable/R.id.html
index c6bad3b..530f2cb 100644
--- a/docs/html/reference/android/support/wearable/R.id.html
+++ b/docs/html/reference/android/support/wearable/R.id.html
@@ -1145,7 +1145,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.interpolator.html b/docs/html/reference/android/support/wearable/R.interpolator.html
index 01391a8..42761e3 100644
--- a/docs/html/reference/android/support/wearable/R.interpolator.html
+++ b/docs/html/reference/android/support/wearable/R.interpolator.html
@@ -841,7 +841,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.layout.html b/docs/html/reference/android/support/wearable/R.layout.html
index 4987ba7..92aaea7 100644
--- a/docs/html/reference/android/support/wearable/R.layout.html
+++ b/docs/html/reference/android/support/wearable/R.layout.html
@@ -809,7 +809,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.string.html b/docs/html/reference/android/support/wearable/R.string.html
index c8707ef..4c966e3 100644
--- a/docs/html/reference/android/support/wearable/R.string.html
+++ b/docs/html/reference/android/support/wearable/R.string.html
@@ -761,7 +761,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.style.html b/docs/html/reference/android/support/wearable/R.style.html
index 38ce308..af19ce2 100644
--- a/docs/html/reference/android/support/wearable/R.style.html
+++ b/docs/html/reference/android/support/wearable/R.style.html
@@ -1145,7 +1145,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/R.styleable.html b/docs/html/reference/android/support/wearable/R.styleable.html
index e43e070..e895060 100644
--- a/docs/html/reference/android/support/wearable/R.styleable.html
+++ b/docs/html/reference/android/support/wearable/R.styleable.html
@@ -2264,7 +2264,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../assets/images/triangle-closed.png"
+ src="../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/activity/ConfirmationActivity.html b/docs/html/reference/android/support/wearable/activity/ConfirmationActivity.html
index 92bfeca..519577c 100644
--- a/docs/html/reference/android/support/wearable/activity/ConfirmationActivity.html
+++ b/docs/html/reference/android/support/wearable/activity/ConfirmationActivity.html
@@ -940,7 +940,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Activity" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Activity-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Activity
<div id="inherited-constants-android.app.Activity">
@@ -1064,7 +1064,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.content.Context
<div id="inherited-constants-android.content.Context">
@@ -1914,7 +1914,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From interface
android.content.ComponentCallbacks2
<div id="inherited-constants-android.content.ComponentCallbacks2">
@@ -2039,7 +2039,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.app.Activity" class="jd-expando-trigger closed"
><img id="inherited-fields-android.app.Activity-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Activity
<div id="inherited-fields-android.app.Activity">
@@ -2169,7 +2169,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Activity" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Activity-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5555,7 +5555,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ContextThemeWrapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ContextThemeWrapper-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5693,7 +5693,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ContextWrapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ContextWrapper-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -7207,7 +7207,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -8849,7 +8849,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -9051,7 +9051,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.LayoutInflater.Factory2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.LayoutInflater.Factory2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9093,7 +9093,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.Window.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.Window.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9455,7 +9455,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9545,7 +9545,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View.OnCreateContextMenuListener" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View.OnCreateContextMenuListener-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9587,7 +9587,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9629,7 +9629,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.LayoutInflater.Factory" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.LayoutInflater.Factory-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9671,7 +9671,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/activity/WearableActivity.html b/docs/html/reference/android/support/wearable/activity/WearableActivity.html
index 6f70f74..05fc156 100644
--- a/docs/html/reference/android/support/wearable/activity/WearableActivity.html
+++ b/docs/html/reference/android/support/wearable/activity/WearableActivity.html
@@ -899,7 +899,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Activity" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Activity-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Activity
<div id="inherited-constants-android.app.Activity">
@@ -1023,7 +1023,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.content.Context
<div id="inherited-constants-android.content.Context">
@@ -1873,7 +1873,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From interface
android.content.ComponentCallbacks2
<div id="inherited-constants-android.content.ComponentCallbacks2">
@@ -1998,7 +1998,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.app.Activity" class="jd-expando-trigger closed"
><img id="inherited-fields-android.app.Activity-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Activity
<div id="inherited-fields-android.app.Activity">
@@ -2325,7 +2325,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Activity" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Activity-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5711,7 +5711,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ContextThemeWrapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ContextThemeWrapper-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5849,7 +5849,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ContextWrapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ContextWrapper-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -7363,7 +7363,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -9005,7 +9005,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -9207,7 +9207,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.LayoutInflater.Factory2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.LayoutInflater.Factory2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9249,7 +9249,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.Window.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.Window.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9611,7 +9611,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9701,7 +9701,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View.OnCreateContextMenuListener" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View.OnCreateContextMenuListener-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9743,7 +9743,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9785,7 +9785,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.LayoutInflater.Factory" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.LayoutInflater.Factory-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -9827,7 +9827,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/companion/WatchFaceCompanion.html b/docs/html/reference/android/support/wearable/companion/WatchFaceCompanion.html
index 8174777..202849b 100644
--- a/docs/html/reference/android/support/wearable/companion/WatchFaceCompanion.html
+++ b/docs/html/reference/android/support/wearable/companion/WatchFaceCompanion.html
@@ -770,7 +770,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/input/RemoteInputConstants.html b/docs/html/reference/android/support/wearable/input/RemoteInputConstants.html
index 35fe2d5..0c22ff1 100644
--- a/docs/html/reference/android/support/wearable/input/RemoteInputConstants.html
+++ b/docs/html/reference/android/support/wearable/input/RemoteInputConstants.html
@@ -762,7 +762,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html b/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html
index 34ae2d5..c3b8912 100644
--- a/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html
+++ b/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html
@@ -851,7 +851,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/media/MediaControlConstants.html b/docs/html/reference/android/support/wearable/media/MediaControlConstants.html
index 30ddc45..950eaed 100644
--- a/docs/html/reference/android/support/wearable/media/MediaControlConstants.html
+++ b/docs/html/reference/android/support/wearable/media/MediaControlConstants.html
@@ -818,7 +818,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Attendees.html b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Attendees.html
index 794973f..62aaf08 100644
--- a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Attendees.html
+++ b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Attendees.html
@@ -728,7 +728,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html
index 77c3c67..18bc257 100644
--- a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html
+++ b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html
@@ -728,7 +728,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html
index 9dfd7f7..7753695 100644
--- a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html
+++ b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html
@@ -728,7 +728,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html
index 588ae71..7b3b0e4 100644
--- a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html
+++ b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html
@@ -843,7 +843,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/ActionLabel.html b/docs/html/reference/android/support/wearable/view/ActionLabel.html
index f8cb733..7c1303b 100644
--- a/docs/html/reference/android/support/wearable/view/ActionLabel.html
+++ b/docs/html/reference/android/support/wearable/view/ActionLabel.html
@@ -805,7 +805,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1798,7 +1798,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3134,7 +3134,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -10872,7 +10872,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11074,7 +11074,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11148,7 +11148,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11238,7 +11238,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/ActionPage.html b/docs/html/reference/android/support/wearable/view/ActionPage.html
index 69c4dfb..7f551df 100644
--- a/docs/html/reference/android/support/wearable/view/ActionPage.html
+++ b/docs/html/reference/android/support/wearable/view/ActionPage.html
@@ -829,7 +829,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -973,7 +973,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -2013,7 +2013,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3133,7 +3133,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5751,7 +5751,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13489,7 +13489,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13691,7 +13691,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14373,7 +14373,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14447,7 +14447,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14521,7 +14521,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14611,7 +14611,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html
index d716836..6234430 100644
--- a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html
+++ b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html
@@ -894,7 +894,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.LayoutParams
<div id="inherited-constants-android.view.ViewGroup.LayoutParams">
@@ -994,7 +994,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.widget.FrameLayout.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.widget.FrameLayout.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.widget.FrameLayout.LayoutParams
<div id="inherited-fields-android.widget.FrameLayout.LayoutParams">
@@ -1034,7 +1034,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.ViewGroup.MarginLayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.MarginLayoutParams
<div id="inherited-fields-android.view.ViewGroup.MarginLayoutParams">
@@ -1122,7 +1122,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.LayoutParams
<div id="inherited-fields-android.view.ViewGroup.LayoutParams">
@@ -1353,7 +1353,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup.MarginLayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1523,7 +1523,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1581,7 +1581,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html
index d315135..5c72b3c7 100644
--- a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html
+++ b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html
@@ -881,7 +881,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -1025,7 +1025,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -2026,7 +2026,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3026,7 +3026,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.widget.FrameLayout" class="jd-expando-trigger closed"
><img id="inherited-methods-android.widget.FrameLayout-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3500,7 +3500,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6118,7 +6118,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13856,7 +13856,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -14058,7 +14058,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14740,7 +14740,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14814,7 +14814,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14888,7 +14888,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14978,7 +14978,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/CardFragment.html b/docs/html/reference/android/support/wearable/view/CardFragment.html
index b73c6ca..3862bda 100644
--- a/docs/html/reference/android/support/wearable/view/CardFragment.html
+++ b/docs/html/reference/android/support/wearable/view/CardFragment.html
@@ -857,7 +857,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From interface
android.content.ComponentCallbacks2
<div id="inherited-constants-android.content.ComponentCallbacks2">
@@ -1627,7 +1627,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Fragment" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Fragment-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3093,7 +3093,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3295,7 +3295,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -3337,7 +3337,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View.OnCreateContextMenuListener" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View.OnCreateContextMenuListener-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -3379,7 +3379,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/CardFrame.html b/docs/html/reference/android/support/wearable/view/CardFrame.html
index 32224d5..522871b 100644
--- a/docs/html/reference/android/support/wearable/view/CardFrame.html
+++ b/docs/html/reference/android/support/wearable/view/CardFrame.html
@@ -873,7 +873,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -1017,7 +1017,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -2016,7 +2016,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3300,7 +3300,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5918,7 +5918,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13656,7 +13656,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13858,7 +13858,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14540,7 +14540,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14614,7 +14614,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14688,7 +14688,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14778,7 +14778,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/CardScrollView.html b/docs/html/reference/android/support/wearable/view/CardScrollView.html
index a361847..552f533 100644
--- a/docs/html/reference/android/support/wearable/view/CardScrollView.html
+++ b/docs/html/reference/android/support/wearable/view/CardScrollView.html
@@ -847,7 +847,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -991,7 +991,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1992,7 +1992,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3129,7 +3129,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.widget.FrameLayout" class="jd-expando-trigger closed"
><img id="inherited-methods-android.widget.FrameLayout-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3603,7 +3603,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6221,7 +6221,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13959,7 +13959,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -14161,7 +14161,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14843,7 +14843,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14917,7 +14917,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14991,7 +14991,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -15081,7 +15081,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/CircledImageView.html b/docs/html/reference/android/support/wearable/view/CircledImageView.html
index a2ba3f7..d65979a 100644
--- a/docs/html/reference/android/support/wearable/view/CircledImageView.html
+++ b/docs/html/reference/android/support/wearable/view/CircledImageView.html
@@ -722,7 +722,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -822,7 +822,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1815,7 +1815,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3129,7 +3129,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -10867,7 +10867,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11069,7 +11069,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11143,7 +11143,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11233,7 +11233,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/CircularButton.html b/docs/html/reference/android/support/wearable/view/CircularButton.html
index ff626ce..8ea1d9a 100644
--- a/docs/html/reference/android/support/wearable/view/CircularButton.html
+++ b/docs/html/reference/android/support/wearable/view/CircularButton.html
@@ -818,7 +818,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1811,7 +1811,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -2961,7 +2961,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -10699,7 +10699,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -10901,7 +10901,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -10975,7 +10975,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11065,7 +11065,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html b/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html
index 176e532..f468b55 100644
--- a/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html
+++ b/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html
@@ -1256,7 +1256,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2306,7 +2306,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2508,7 +2508,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.html b/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.html
index 10e10b9..5e43cad 100644
--- a/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.html
+++ b/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.html
@@ -841,7 +841,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1836,7 +1836,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -2812,7 +2812,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.view.CircledImageView" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.view.CircledImageView-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3323,7 +3323,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11061,7 +11061,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11263,7 +11263,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11337,7 +11337,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11427,7 +11427,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/DismissOverlayView.html b/docs/html/reference/android/support/wearable/view/DismissOverlayView.html
index f146daf..c2d35f3 100644
--- a/docs/html/reference/android/support/wearable/view/DismissOverlayView.html
+++ b/docs/html/reference/android/support/wearable/view/DismissOverlayView.html
@@ -853,7 +853,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -997,7 +997,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1998,7 +1998,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -2930,7 +2930,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.widget.FrameLayout" class="jd-expando-trigger closed"
><img id="inherited-methods-android.widget.FrameLayout-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3404,7 +3404,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6022,7 +6022,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13760,7 +13760,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13962,7 +13962,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14644,7 +14644,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14718,7 +14718,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14792,7 +14792,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14882,7 +14882,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html b/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html
index 634cf95..879216c 100644
--- a/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html
+++ b/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html
@@ -808,7 +808,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1805,7 +1805,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3456,7 +3456,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11194,7 +11194,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11396,7 +11396,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11470,7 +11470,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11560,7 +11560,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11618,7 +11618,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.view.GridViewPager.OnPageChangeListener" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.view.GridViewPager.OnPageChangeListener-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11714,7 +11714,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.view.GridViewPager.OnAdapterChangeListener" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.view.GridViewPager.OnAdapterChangeListener-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html b/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html
index ed7fecd..8da0b9aa 100644
--- a/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html
+++ b/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html
@@ -768,7 +768,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.support.wearable.view.GridPagerAdapter" class="jd-expando-trigger closed"
><img id="inherited-constants-android.support.wearable.view.GridPagerAdapter-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../reference/android/support/wearable/view/GridPagerAdapter.html">android.support.wearable.view.GridPagerAdapter</a>
<div id="inherited-constants-android.support.wearable.view.GridPagerAdapter">
@@ -831,7 +831,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.support.wearable.view.GridPagerAdapter" class="jd-expando-trigger closed"
><img id="inherited-fields-android.support.wearable.view.GridPagerAdapter-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../reference/android/support/wearable/view/GridPagerAdapter.html">android.support.wearable.view.GridPagerAdapter</a>
<div id="inherited-fields-android.support.wearable.view.GridPagerAdapter">
@@ -1224,7 +1224,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.view.GridPagerAdapter" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.view.GridPagerAdapter-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1738,7 +1738,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/GridPagerAdapter.html b/docs/html/reference/android/support/wearable/view/GridPagerAdapter.html
index b157c39..4112e21 100644
--- a/docs/html/reference/android/support/wearable/view/GridPagerAdapter.html
+++ b/docs/html/reference/android/support/wearable/view/GridPagerAdapter.html
@@ -676,7 +676,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -1419,7 +1419,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/GridViewPager.LayoutParams.html b/docs/html/reference/android/support/wearable/view/GridViewPager.LayoutParams.html
index c4d63e22..c7abf3e 100644
--- a/docs/html/reference/android/support/wearable/view/GridViewPager.LayoutParams.html
+++ b/docs/html/reference/android/support/wearable/view/GridViewPager.LayoutParams.html
@@ -783,7 +783,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.LayoutParams
<div id="inherited-constants-android.view.ViewGroup.LayoutParams">
@@ -900,7 +900,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.ViewGroup.MarginLayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.MarginLayoutParams
<div id="inherited-fields-android.view.ViewGroup.MarginLayoutParams">
@@ -988,7 +988,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.LayoutParams
<div id="inherited-fields-android.view.ViewGroup.LayoutParams">
@@ -1121,7 +1121,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup.MarginLayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1291,7 +1291,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1349,7 +1349,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html b/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html
index fcd6a3d..413be78 100644
--- a/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html
+++ b/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html
@@ -643,7 +643,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/wearable/view/GridViewPager.OnPageChangeListener.html b/docs/html/reference/android/support/wearable/view/GridViewPager.OnPageChangeListener.html
index 072f6c5..9d337eb 100644
--- a/docs/html/reference/android/support/wearable/view/GridViewPager.OnPageChangeListener.html
+++ b/docs/html/reference/android/support/wearable/view/GridViewPager.OnPageChangeListener.html
@@ -643,7 +643,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
diff --git a/docs/html/reference/android/support/wearable/view/GridViewPager.html b/docs/html/reference/android/support/wearable/view/GridViewPager.html
index 3e2179d..98c60419 100644
--- a/docs/html/reference/android/support/wearable/view/GridViewPager.html
+++ b/docs/html/reference/android/support/wearable/view/GridViewPager.html
@@ -943,7 +943,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -1087,7 +1087,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -2086,7 +2086,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3608,7 +3608,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6226,7 +6226,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13964,7 +13964,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -14166,7 +14166,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14848,7 +14848,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14922,7 +14922,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14996,7 +14996,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -15086,7 +15086,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/ProgressSpinner.html b/docs/html/reference/android/support/wearable/view/ProgressSpinner.html
index ad31f76..2768596 100644
--- a/docs/html/reference/android/support/wearable/view/ProgressSpinner.html
+++ b/docs/html/reference/android/support/wearable/view/ProgressSpinner.html
@@ -809,7 +809,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -1804,7 +1804,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -2785,7 +2785,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.widget.ProgressBar" class="jd-expando-trigger closed"
><img id="inherited-methods-android.widget.ProgressBar-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3643,7 +3643,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11381,7 +11381,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -11583,7 +11583,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11657,7 +11657,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -11747,7 +11747,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html b/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html
index 9940f3b..ec510dd2 100644
--- a/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html
+++ b/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html
@@ -897,7 +897,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1099,7 +1099,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.animation.Animator.AnimatorListener" class="jd-expando-trigger closed"
><img id="inherited-methods-android.animation.Animator.AnimatorListener-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/WatchViewStub.html b/docs/html/reference/android/support/wearable/view/WatchViewStub.html
index 170a165..24a4750 100644
--- a/docs/html/reference/android/support/wearable/view/WatchViewStub.html
+++ b/docs/html/reference/android/support/wearable/view/WatchViewStub.html
@@ -877,7 +877,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -1021,7 +1021,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -2022,7 +2022,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -2989,7 +2989,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.widget.FrameLayout" class="jd-expando-trigger closed"
><img id="inherited-methods-android.widget.FrameLayout-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -3463,7 +3463,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6081,7 +6081,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13819,7 +13819,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -14021,7 +14021,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14703,7 +14703,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14777,7 +14777,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14851,7 +14851,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14941,7 +14941,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/WearableFrameLayout.LayoutParams.html b/docs/html/reference/android/support/wearable/view/WearableFrameLayout.LayoutParams.html
index fb54c95..e77e373 100644
--- a/docs/html/reference/android/support/wearable/view/WearableFrameLayout.LayoutParams.html
+++ b/docs/html/reference/android/support/wearable/view/WearableFrameLayout.LayoutParams.html
@@ -810,7 +810,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.LayoutParams
<div id="inherited-constants-android.view.ViewGroup.LayoutParams">
@@ -1007,7 +1007,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.widget.FrameLayout.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.widget.FrameLayout.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.widget.FrameLayout.LayoutParams
<div id="inherited-fields-android.widget.FrameLayout.LayoutParams">
@@ -1047,7 +1047,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.ViewGroup.MarginLayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.MarginLayoutParams
<div id="inherited-fields-android.view.ViewGroup.MarginLayoutParams">
@@ -1135,7 +1135,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup.LayoutParams
<div id="inherited-fields-android.view.ViewGroup.LayoutParams">
@@ -1358,7 +1358,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup.MarginLayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1528,7 +1528,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup.LayoutParams-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1586,7 +1586,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/WearableFrameLayout.html b/docs/html/reference/android/support/wearable/view/WearableFrameLayout.html
index e269ab8..56f7a6f 100644
--- a/docs/html/reference/android/support/wearable/view/WearableFrameLayout.html
+++ b/docs/html/reference/android/support/wearable/view/WearableFrameLayout.html
@@ -878,7 +878,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -1022,7 +1022,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -2021,7 +2021,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3490,7 +3490,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6108,7 +6108,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -13846,7 +13846,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -14048,7 +14048,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14730,7 +14730,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14804,7 +14804,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14878,7 +14878,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -14968,7 +14968,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/view/WearableListView.Adapter.html b/docs/html/reference/android/support/wearable/view/WearableListView.Adapter.html
index 0686ff2..d59ab63 100644
--- a/docs/html/reference/android/support/wearable/view/WearableListView.Adapter.html
+++ b/docs/html/reference/android/support/wearable/view/WearableListView.Adapter.html
@@ -784,7 +784,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.v7.widget.RecyclerView.Adapter" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.v7.widget.RecyclerView.Adapter-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1226,7 +1226,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/WearableListView.ViewHolder.html b/docs/html/reference/android/support/wearable/view/WearableListView.ViewHolder.html
index 270d8d8..b602067 100644
--- a/docs/html/reference/android/support/wearable/view/WearableListView.ViewHolder.html
+++ b/docs/html/reference/android/support/wearable/view/WearableListView.ViewHolder.html
@@ -756,7 +756,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.support.v7.widget.RecyclerView.ViewHolder" class="jd-expando-trigger closed"
><img id="inherited-fields-android.support.v7.widget.RecyclerView.ViewHolder-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.support.v7.widget.RecyclerView.ViewHolder
<div id="inherited-fields-android.support.v7.widget.RecyclerView.ViewHolder">
@@ -841,7 +841,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.v7.widget.RecyclerView.ViewHolder" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.v7.widget.RecyclerView.ViewHolder-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1011,7 +1011,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/view/WearableListView.html b/docs/html/reference/android/support/wearable/view/WearableListView.html
index 7fb9565..b3173c3 100644
--- a/docs/html/reference/android/support/wearable/view/WearableListView.html
+++ b/docs/html/reference/android/support/wearable/view/WearableListView.html
@@ -967,7 +967,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.support.v7.widget.RecyclerView" class="jd-expando-trigger closed"
><img id="inherited-constants-android.support.v7.widget.RecyclerView-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.support.v7.widget.RecyclerView
<div id="inherited-constants-android.support.v7.widget.RecyclerView">
@@ -1111,7 +1111,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.ViewGroup
<div id="inherited-constants-android.view.ViewGroup">
@@ -1255,7 +1255,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-constants-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-constants-android.view.View">
@@ -2256,7 +2256,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-fields-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.view.View
<div id="inherited-fields-android.view.View">
@@ -3488,7 +3488,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.v7.widget.RecyclerView" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.v7.widget.RecyclerView-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -4698,7 +4698,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewGroup-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -7316,7 +7316,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.View" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.View-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -15054,7 +15054,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -15256,7 +15256,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewParent" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewParent-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -15938,7 +15938,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewManager" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.ViewManager-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -16012,7 +16012,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.graphics.drawable.Drawable.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.graphics.drawable.Drawable.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -16086,7 +16086,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.KeyEvent.Callback" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.KeyEvent.Callback-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -16176,7 +16176,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.accessibility.AccessibilityEventSource" class="jd-expando-trigger closed"
><img id="inherited-methods-android.view.accessibility.AccessibilityEventSource-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html b/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html
index 1a7aa76..e0ebe3e 100644
--- a/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html
+++ b/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html
@@ -927,7 +927,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.watchface.WatchFaceService.Engine" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.watchface.WatchFaceService.Engine-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1346,7 +1346,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.service.wallpaper.WallpaperService.Engine" class="jd-expando-trigger closed"
><img id="inherited-methods-android.service.wallpaper.WallpaperService.Engine-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1692,7 +1692,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.html b/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.html
index aee337f..b50b963 100644
--- a/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.html
+++ b/docs/html/reference/android/support/wearable/watchface/CanvasWatchFaceService.html
@@ -880,7 +880,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.support.wearable.watchface.WatchFaceService" class="jd-expando-trigger closed"
><img id="inherited-constants-android.support.wearable.watchface.WatchFaceService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../reference/android/support/wearable/watchface/WatchFaceService.html">android.support.wearable.watchface.WatchFaceService</a>
<div id="inherited-constants-android.support.wearable.watchface.WatchFaceService">
@@ -1007,7 +1007,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.service.wallpaper.WallpaperService" class="jd-expando-trigger closed"
><img id="inherited-constants-android.service.wallpaper.WallpaperService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.service.wallpaper.WallpaperService
<div id="inherited-constants-android.service.wallpaper.WallpaperService">
@@ -1055,7 +1055,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Service" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Service-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Service
<div id="inherited-constants-android.app.Service">
@@ -1165,7 +1165,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.content.Context
<div id="inherited-constants-android.content.Context">
@@ -2007,7 +2007,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From interface
android.content.ComponentCallbacks2
<div id="inherited-constants-android.content.ComponentCallbacks2">
@@ -2190,7 +2190,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.watchface.WatchFaceService" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.watchface.WatchFaceService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2232,7 +2232,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.service.wallpaper.WallpaperService" class="jd-expando-trigger closed"
><img id="inherited-methods-android.service.wallpaper.WallpaperService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2338,7 +2338,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Service" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Service-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2652,7 +2652,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ContextWrapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ContextWrapper-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -4166,7 +4166,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5808,7 +5808,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6010,7 +6010,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -6052,7 +6052,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.Engine.html b/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.Engine.html
index aba23a6..2fdbff5 100644
--- a/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.Engine.html
+++ b/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.Engine.html
@@ -1097,7 +1097,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.watchface.WatchFaceService.Engine" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.watchface.WatchFaceService.Engine-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1516,7 +1516,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.service.wallpaper.WallpaperService.Engine" class="jd-expando-trigger closed"
><img id="inherited-methods-android.service.wallpaper.WallpaperService.Engine-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1862,7 +1862,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.html b/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.html
index 1dcc7dd..26eca1b 100644
--- a/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.html
+++ b/docs/html/reference/android/support/wearable/watchface/Gles2WatchFaceService.html
@@ -883,7 +883,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.support.wearable.watchface.WatchFaceService" class="jd-expando-trigger closed"
><img id="inherited-constants-android.support.wearable.watchface.WatchFaceService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../reference/android/support/wearable/watchface/WatchFaceService.html">android.support.wearable.watchface.WatchFaceService</a>
<div id="inherited-constants-android.support.wearable.watchface.WatchFaceService">
@@ -1010,7 +1010,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.service.wallpaper.WallpaperService" class="jd-expando-trigger closed"
><img id="inherited-constants-android.service.wallpaper.WallpaperService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.service.wallpaper.WallpaperService
<div id="inherited-constants-android.service.wallpaper.WallpaperService">
@@ -1058,7 +1058,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Service" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Service-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Service
<div id="inherited-constants-android.app.Service">
@@ -1168,7 +1168,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.content.Context
<div id="inherited-constants-android.content.Context">
@@ -2010,7 +2010,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From interface
android.content.ComponentCallbacks2
<div id="inherited-constants-android.content.ComponentCallbacks2">
@@ -2193,7 +2193,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.support.wearable.watchface.WatchFaceService" class="jd-expando-trigger closed"
><img id="inherited-methods-android.support.wearable.watchface.WatchFaceService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2235,7 +2235,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.service.wallpaper.WallpaperService" class="jd-expando-trigger closed"
><img id="inherited-methods-android.service.wallpaper.WallpaperService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2341,7 +2341,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Service" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Service-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2655,7 +2655,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ContextWrapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ContextWrapper-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -4169,7 +4169,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5811,7 +5811,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6013,7 +6013,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -6055,7 +6055,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/watchface/WatchFaceService.Engine.html b/docs/html/reference/android/support/wearable/watchface/WatchFaceService.Engine.html
index ad6cc2c..00ae893 100644
--- a/docs/html/reference/android/support/wearable/watchface/WatchFaceService.Engine.html
+++ b/docs/html/reference/android/support/wearable/watchface/WatchFaceService.Engine.html
@@ -662,7 +662,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -1217,7 +1217,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.service.wallpaper.WallpaperService.Engine" class="jd-expando-trigger closed"
><img id="inherited-methods-android.service.wallpaper.WallpaperService.Engine-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1563,7 +1563,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/watchface/WatchFaceService.TapType.html b/docs/html/reference/android/support/wearable/watchface/WatchFaceService.TapType.html
index 40e5417..d508a9c 100644
--- a/docs/html/reference/android/support/wearable/watchface/WatchFaceService.TapType.html
+++ b/docs/html/reference/android/support/wearable/watchface/WatchFaceService.TapType.html
@@ -695,7 +695,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.annotation.Annotation" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.annotation.Annotation-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/watchface/WatchFaceService.html b/docs/html/reference/android/support/wearable/watchface/WatchFaceService.html
index 40cf0a3..06774b1 100644
--- a/docs/html/reference/android/support/wearable/watchface/WatchFaceService.html
+++ b/docs/html/reference/android/support/wearable/watchface/WatchFaceService.html
@@ -768,7 +768,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-direct" class="jd-expando-trigger closed"
><img id="subclasses-direct-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>Known Direct Subclasses
<div id="subclasses-direct">
@@ -1083,7 +1083,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.service.wallpaper.WallpaperService" class="jd-expando-trigger closed"
><img id="inherited-constants-android.service.wallpaper.WallpaperService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.service.wallpaper.WallpaperService
<div id="inherited-constants-android.service.wallpaper.WallpaperService">
@@ -1131,7 +1131,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.app.Service" class="jd-expando-trigger closed"
><img id="inherited-constants-android.app.Service-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.app.Service
<div id="inherited-constants-android.app.Service">
@@ -1241,7 +1241,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
android.content.Context
<div id="inherited-constants-android.content.Context">
@@ -2083,7 +2083,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-constants-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From interface
android.content.ComponentCallbacks2
<div id="inherited-constants-android.content.ComponentCallbacks2">
@@ -2266,7 +2266,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.service.wallpaper.WallpaperService" class="jd-expando-trigger closed"
><img id="inherited-methods-android.service.wallpaper.WallpaperService-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2372,7 +2372,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.app.Service" class="jd-expando-trigger closed"
><img id="inherited-methods-android.app.Service-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -2686,7 +2686,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ContextWrapper" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ContextWrapper-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -4200,7 +4200,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.Context" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.Context-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -5842,7 +5842,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -6044,7 +6044,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks2" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks2-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
@@ -6086,7 +6086,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.content.ComponentCallbacks" class="jd-expando-trigger closed"
><img id="inherited-methods-android.content.ComponentCallbacks-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.Builder.html b/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.Builder.html
index a5401e5..1b1d7d2 100644
--- a/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.Builder.html
+++ b/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.Builder.html
@@ -1029,7 +1029,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.html b/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.html
index 70c3851..6531992 100644
--- a/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.html
+++ b/docs/html/reference/android/support/wearable/watchface/WatchFaceStyle.html
@@ -901,7 +901,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.os.Parcelable" class="jd-expando-trigger closed"
><img id="inherited-constants-android.os.Parcelable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From interface
android.os.Parcelable
<div id="inherited-constants-android.os.Parcelable">
@@ -1341,7 +1341,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1543,7 +1543,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.os.Parcelable" class="jd-expando-trigger closed"
><img id="inherited-methods-android.os.Parcelable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/sdk/sdk_vars.cs b/docs/html/sdk/sdk_vars.cs
index 7e17801..972980d 100644
--- a/docs/html/sdk/sdk_vars.cs
+++ b/docs/html/sdk/sdk_vars.cs
@@ -39,18 +39,18 @@
set:sdk.win_installer_checksum='f9b59d72413649d31e633207e31f456443e7ea0b' ?><?cs
-set:ndk.mac64_download='android-ndk-r11-darwin-x86_64.zip' ?><?cs
-set:ndk.mac64_bytes='772314112' ?><?cs
-set:ndk.mac64_checksum='a3764714eff7d187c80d989a9bf1ff8ebf5a0dfa' ?><?cs
+set:ndk.mac64_download='android-ndk-r11b-darwin-x86_64.zip' ?><?cs
+set:ndk.mac64_bytes='772411311' ?><?cs
+set:ndk.mac64_checksum='c64fb355fec4da57d329ab45bf0aa29a1aec58dc' ?><?cs
-set:ndk.linux64_download='android-ndk-r11-linux-x86_64.zip' ?><?cs
-set:ndk.linux64_bytes='794012672' ?><?cs
-set:ndk.linux64_checksum='7b4e0d13f6bbf48dd87475be9d052273dc766fb6' ?><?cs
+set:ndk.linux64_download='android-ndk-r11b-linux-x86_64.zip' ?><?cs
+set:ndk.linux64_bytes='794138413' ?><?cs
+set:ndk.linux64_checksum='cf0658956945c81d3d3fad5f9a24fa062d4c9d41' ?><?cs
-set:ndk.win64_download='android-ndk-r11-windows-x86_64.zip' ?><?cs
-set:ndk.win64_bytes='771291648' ?><?cs
-set:ndk.win64_checksum='49fcdae88724c74bb52b332b648edba9700b9529' ?><?cs
-set:ndk.win32_download='android-ndk-r11-windows-x86.zip' ?><?cs
-set:ndk.win32_bytes='728773632' ?><?cs
-set:ndk.win32_checksum='0c9e895e400ab539c2005759410ef3e33d048291'
+set:ndk.win64_download='android-ndk-r11b-windows-x86_64.zip' ?><?cs
+set:ndk.win64_bytes='771396549' ?><?cs
+set:ndk.win64_checksum='480eca1b29cfe73a5b35374730e6a82ca65c2aa6' ?><?cs
+set:ndk.win32_download='android-ndk-r11b-windows-x86.zip' ?><?cs
+set:ndk.win32_bytes='728894948' ?><?cs
+set:ndk.win32_checksum='b42da395440cc1c5dc4eeeb383679331addeb3ea'
?>
diff --git a/docs/html/tools/debugging/debugging-log.jd b/docs/html/tools/debugging/debugging-log.jd
index 42b307c5..a49e8c5 100644
--- a/docs/html/tools/debugging/debugging-log.jd
+++ b/docs/html/tools/debugging/debugging-log.jd
@@ -164,7 +164,7 @@
</pre>
<p>The final element in the above expression, <code>*:S</code>, sets the priority level for all
- tags to "silent", thus ensuring only log messages with "View" and "MyApp" are displayed. Using
+ tags to "silent", thus ensuring only log messages with "ActivityManager" and "MyApp" are displayed. Using
<code>*:S</code> is an excellent way to ensure that log output is restricted to the filters that
you have explicitly specified — it lets your filters serve as a "whitelist" for log
output.</p>
diff --git a/docs/html/tools/help/systrace.jd b/docs/html/tools/help/systrace.jd
index 6aefffe..236d282 100755
--- a/docs/html/tools/help/systrace.jd
+++ b/docs/html/tools/help/systrace.jd
@@ -38,7 +38,7 @@
<div class="toggle-content closed">
<p style="margin-top:5px"><a href="#" onclick="return toggleContent(this)">
- <img src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Using Android Studio</a></p>
<div class="toggle-content-toggleme">
@@ -59,7 +59,7 @@
<div class="toggle-content closed">
<p style="margin-top:5px"><a href="#" onclick="return toggleContent(this)">
- <img src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="/assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Using Device Monitor</a></p>
<div class="toggle-content-toggleme">
diff --git a/docs/html/tools/help/uiautomator/Configurator.jd b/docs/html/tools/help/uiautomator/Configurator.jd
index c898772..b6e15f6 100644
--- a/docs/html/tools/help/uiautomator/Configurator.jd
+++ b/docs/html/tools/help/uiautomator/Configurator.jd
@@ -281,7 +281,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/tools/help/uiautomator/UiAutomatorTestCase.jd b/docs/html/tools/help/uiautomator/UiAutomatorTestCase.jd
index 0d8d1bc..bd108ab 100644
--- a/docs/html/tools/help/uiautomator/UiAutomatorTestCase.jd
+++ b/docs/html/tools/help/uiautomator/UiAutomatorTestCase.jd
@@ -166,7 +166,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.TestCase" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.TestCase-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -304,7 +304,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.Assert" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.Assert-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -938,7 +938,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1108,7 +1108,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.Test" class="jd-expando-trigger closed"
><img id="inherited-methods-junit.framework.Test-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From interface
diff --git a/docs/html/tools/help/uiautomator/UiCollection.jd b/docs/html/tools/help/uiautomator/UiCollection.jd
index 3fc32b7..78c5254 100644
--- a/docs/html/tools/help/uiautomator/UiCollection.jd
+++ b/docs/html/tools/help/uiautomator/UiCollection.jd
@@ -161,7 +161,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.android.uiautomator.core.UiObject" class="jd-expando-trigger closed"
><img id="inherited-methods-com.android.uiautomator.core.UiObject-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -826,7 +826,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/tools/help/uiautomator/UiDevice.jd b/docs/html/tools/help/uiautomator/UiDevice.jd
index 574245e..1203841 100644
--- a/docs/html/tools/help/uiautomator/UiDevice.jd
+++ b/docs/html/tools/help/uiautomator/UiDevice.jd
@@ -1015,7 +1015,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/tools/help/uiautomator/UiObject.jd b/docs/html/tools/help/uiautomator/UiObject.jd
index 45007e0..4ce257b 100644
--- a/docs/html/tools/help/uiautomator/UiObject.jd
+++ b/docs/html/tools/help/uiautomator/UiObject.jd
@@ -940,7 +940,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/tools/help/uiautomator/UiObjectNotFoundException.jd b/docs/html/tools/help/uiautomator/UiObjectNotFoundException.jd
index b41cfe5..c34fdfd 100644
--- a/docs/html/tools/help/uiautomator/UiObjectNotFoundException.jd
+++ b/docs/html/tools/help/uiautomator/UiObjectNotFoundException.jd
@@ -111,7 +111,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Throwable-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -313,7 +313,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/tools/help/uiautomator/UiScrollable.jd b/docs/html/tools/help/uiautomator/UiScrollable.jd
index 7405f3b..8f6b1dd 100644
--- a/docs/html/tools/help/uiautomator/UiScrollable.jd
+++ b/docs/html/tools/help/uiautomator/UiScrollable.jd
@@ -38,7 +38,7 @@
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-com.android.uiautomator.core.UiObject" class="jd-expando-trigger closed"
><img id="inherited-constants-com.android.uiautomator.core.UiObject-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>From class
<a href="UiObject.html">com.android.uiautomator.core.UiObject</a>
<div id="inherited-constants-com.android.uiautomator.core.UiObject">
@@ -696,7 +696,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.android.uiautomator.core.UiCollection" class="jd-expando-trigger closed"
><img id="inherited-methods-com.android.uiautomator.core.UiCollection-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -798,7 +798,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.android.uiautomator.core.UiObject" class="jd-expando-trigger closed"
><img id="inherited-methods-com.android.uiautomator.core.UiObject-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
@@ -1606,7 +1606,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/tools/help/uiautomator/UiSelector.jd b/docs/html/tools/help/uiautomator/UiSelector.jd
index 7084540..1f045fd 100644
--- a/docs/html/tools/help/uiautomator/UiSelector.jd
+++ b/docs/html/tools/help/uiautomator/UiSelector.jd
@@ -650,7 +650,7 @@
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
- src="../../../../../assets/images/triangle-closed.png"
+ src="../../../../../assets/images/styles/disclosure_down.png"
class="jd-expando-trigger-img" /></a>
From class
diff --git a/docs/html/tools/revisions/build-tools.jd b/docs/html/tools/revisions/build-tools.jd
index 2202649..5d9ba05 100755
--- a/docs/html/tools/revisions/build-tools.jd
+++ b/docs/html/tools/revisions/build-tools.jd
@@ -51,7 +51,24 @@
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-content-img"
+ alt=""/>Build Tools, Revision 23.0.3</a> <em>(March 2016)</em>
+ </p>
+ <div class="toggle-content-toggleme">
+ <ul>
+ <li>Fix issues in the <a href="{@docRoot}guide/topics/renderscript/compute.html">RenderScript</a>
+ Support Library on arm64 devices.</li>
+ <li>Fix issues in the <a href="{@docRoot}guide/topics/renderscript/compute.html">RenderScript</a>
+ Support Library on certain Jelly Bean devices.</li>
+ <li>Support <code>renderscriptTargetAPI 21+</code> when using Android
+ Plugin for Gradle, Revision 2.1.0 and above .</li>
+ </ul>
+ </div>
+</div>
+
+<div class="toggle-content opened">
+ <p><a href="#" onclick="return toggleContent(this)">
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 23.0.2</a> <em>(November 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -65,7 +82,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 23.0.1</a> <em>(October 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -75,7 +92,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 23.0.0</a> <em>(August 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -86,7 +103,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 22.0.1</a> <em>(March 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -99,7 +116,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 22.0.0</a> <em>(March 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -110,7 +127,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 21.1.2</a> <em>(February 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -121,7 +138,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 21.1.1</a> <em>(November 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -132,7 +149,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 21.1</a> <em>(October 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -144,7 +161,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 21.0.2</a> <em>(October 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -155,7 +172,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 21.0.1</a> <em>(October 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -166,7 +183,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 21.0.0</a> <em>(October 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -189,7 +206,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 20.0.0</a> <em>(June 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -208,7 +225,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 19.1.0</a> <em>(May 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -228,7 +245,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 19.0.3</a> <em>(March 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -240,7 +257,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 19.0.2</a> <em>(February 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -267,7 +284,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 19.0.1</a> <em>(December 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -290,7 +307,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 19</a> <em>(October 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -302,7 +319,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 18.1.1</a> <em>(September 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -314,7 +331,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 18.1.0</a> <em>(September 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -326,7 +343,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 18.0.1</a> <em>(July 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -338,7 +355,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Build Tools, Revision 17</a> <em>(May 2013)</em>
</p>
<div class="toggle-content-toggleme">
diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd
index 20f6b34..540bbcd 100644
--- a/docs/html/tools/revisions/gradle-plugin.jd
+++ b/docs/html/tools/revisions/gradle-plugin.jd
@@ -38,7 +38,7 @@
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.5.0</a> <em>(November 2015)</em>
</p>
@@ -134,7 +134,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.3.1</a> <em>(August 2015)</em>
</p>
@@ -174,7 +174,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.3.0</a> <em>(July 2015)</em>
</p>
@@ -274,7 +274,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.2.0</a> <em>(April 2015)</em>
</p>
@@ -341,7 +341,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.1.3</a> <em>(March 2015)</em>
</p>
@@ -371,7 +371,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.1.2</a> <em>(February 2015)</em>
</p>
@@ -403,7 +403,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.1.1</a> <em>(February 2015)</em>
</p>
@@ -440,7 +440,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.1.0</a> <em>(February 2015)</em>
</p>
@@ -510,7 +510,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.0.1</a> <em>(January 2015)</em>
</p>
@@ -551,7 +551,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.0.0</a> <em>(December 2014)</em>
</p>
diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd
index a054da5..b3941ae 100644
--- a/docs/html/tools/revisions/platforms.jd
+++ b/docs/html/tools/revisions/platforms.jd
@@ -58,7 +58,7 @@
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(November 2015)</em>
</p>
@@ -76,7 +76,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(August 2015)</em>
</p>
@@ -98,7 +98,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(March 2015)</em>
</p>
@@ -120,7 +120,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2014)</em>
</p>
@@ -136,7 +136,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2014)</em>
</p>
@@ -168,7 +168,7 @@
<div class="toggle-content open">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(October 2014)</em>
</p>
@@ -185,7 +185,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(June 2014)</em>
</p>
@@ -214,7 +214,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2013)</em>
</p>
@@ -233,7 +233,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2013)</em>
</p>
@@ -256,7 +256,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 4</a> <em>(March 2014)</em>
</p>
@@ -271,7 +271,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 3</a> <em>(February 2014)</em>
</p>
@@ -286,7 +286,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2013)</em>
</p>
@@ -300,7 +300,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2013)</em>
</p>
@@ -321,7 +321,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(August 2013)</em>
</p>
@@ -340,7 +340,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(July 2013)</em>
</p>
@@ -360,7 +360,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 3</a> <em>(September 2013)</em>
</p>
@@ -375,7 +375,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(August 2013)</em>
</p>
@@ -390,7 +390,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(July 2013)</em>
</p>
@@ -411,7 +411,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(February 2013)</em>
</p>
@@ -429,7 +429,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(November 2012)</em>
</p>
@@ -517,7 +517,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 3</a> <em>(October 2012)</em>
</p>
@@ -535,7 +535,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(July 2012)</em>
</p>
@@ -553,7 +553,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(June 2012)</em>
</p>
@@ -630,7 +630,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 3</a> <em>(March 2012)</em>
</p>
@@ -651,7 +651,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 2</a> <em>(January 2012)</em>
</p>
@@ -669,7 +669,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Revision 1</a> <em>(December 2011)</em>
</p>
@@ -739,7 +739,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 4.0, Revision 2</a> <em>(December 2011)</em>
</p>
@@ -755,7 +755,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 4.0, Revision 1</a> <em>(October 2011)</em>
</p>
@@ -832,7 +832,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 3.2, Revision 1</a> <em>(July 2011)</em>
</p>
@@ -886,7 +886,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 3.1, Revision 3</a> <em>(July 2011)</em>
</p>
@@ -914,7 +914,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 3.1, Revision 2</a> <em>(May 2011)</em>
</p>
@@ -940,7 +940,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 3.1, Revision 1</a> <em>(May 2011)</em>
</p>
@@ -989,7 +989,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 3.0, Revision 2</a> <em>(July 2011)</em>
</p>
@@ -1016,7 +1016,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="" />Android 3.0, Revision 1</a> <em>(February 2011)</em>
</p>
@@ -1067,7 +1067,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="" />Android 2.3.4, Revision 1</a> <em>(May 2011)</em>
</p>
@@ -1127,7 +1127,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 2.3.3, Revision 2</a> <em>(July 2011)</em>
</p>
@@ -1154,7 +1154,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android 2.3.3, Revision 1</a> <em>(February 2011)</em>
</p>
@@ -1214,7 +1214,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="" />Android 2.3, Revision 1</a> <em>(December 2010)</em>
</p>
@@ -1270,7 +1270,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 3</a> <em>(July 2011)</em>
</p>
@@ -1297,7 +1297,7 @@
<div class="toggle-content closed" >
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 2</a> <em>(July 2010)</em>
</p>
@@ -1325,7 +1325,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png"
class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 1</a> <em>(May 2010)</em></p>
<div class="toggle-content-toggleme">
diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd
index 94faae1..a65c164 100755
--- a/docs/html/tools/revisions/studio.jd
+++ b/docs/html/tools/revisions/studio.jd
@@ -41,7 +41,7 @@
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-content-img"
alt=""/>Android Studio v1.5.1</a> <em>(December 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -71,7 +71,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.5.0</a> <em>(November 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -125,7 +125,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.4.1</a> <em>(October 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -162,7 +162,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.4.0</a> <em>(September 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -190,7 +190,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.3.2</a> <em>(August 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -213,7 +213,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.3.1</a> <em>(August 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -233,7 +233,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.3.0</a> <em>(July 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -290,7 +290,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.2.2</a> <em>(June 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -304,7 +304,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.2.1</a> <em>(May 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -319,7 +319,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.2.0</a> <em>(April 2015)</em>
</p>
@@ -366,7 +366,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.1.0</a> <em>(February 2015)</em>
</p>
@@ -394,7 +394,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.0.1</a> <em>(December 2014)</em>
</p>
@@ -417,7 +417,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v1.0</a> <em>(December 2014)</em>
</p>
@@ -429,7 +429,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.8.14</a> <em>(October 2014)</em>
</p>
@@ -442,7 +442,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.8.6</a> <em>(August 2014)</em>
</p>
@@ -453,7 +453,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.8.0</a> <em>(June 2014)</em>
</p>
@@ -465,7 +465,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.5.2</a> <em>(May 2014)</em>
</p>
@@ -478,7 +478,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.4.6</a> <em>(March 2014)</em>
</p>
@@ -491,7 +491,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.4.2</a> <em>(Jan 2014)</em>
</p>
@@ -504,7 +504,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.3.2</a> <em>(Oct 2013)</em>
</p>
@@ -517,7 +517,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.2.x</a> <em>(July 2013)</em>
</p>
@@ -578,7 +578,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>Android Studio v0.1.x</a> <em>(May 2013)</em>
</p>
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd
index 3c12a64..368bef3 100644
--- a/docs/html/tools/sdk/eclipse-adt.jd
+++ b/docs/html/tools/sdk/eclipse-adt.jd
@@ -52,7 +52,7 @@
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-content-img"
alt=""/>ADT 23.0.7</a> <em>(August 2015)</em>
</p>
@@ -85,7 +85,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 23.0.6</a> <em>(March 2015)</em>
</p>
@@ -119,7 +119,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 23.0.4</a> <em>(October 2014)</em>
</p>
@@ -153,7 +153,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 23.0.3</a> <em>(August 2014)</em>
</p>
@@ -189,7 +189,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 23.0.2</a> <em>(July 2014)</em>
</p>
@@ -224,7 +224,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 23.0.0</a> <em>(June 2014)</em>
</p>
@@ -256,7 +256,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.6.3</a> <em>(April 2014)</em>
</p>
@@ -296,7 +296,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.6.2</a> <em>(March 2014)</em>
</p>
@@ -341,7 +341,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.6.1</a> <em>(March 2014)</em>
</p>
@@ -389,7 +389,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.6.0</a> <em>(March 2014)</em>
</p>
@@ -453,7 +453,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.3.0</a> <em>(October 2013)</em>
</p>
@@ -490,7 +490,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.2.1</a> <em>(September 2013)</em>
</p>
@@ -524,7 +524,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.2</a> <em>(September 2013)</em>
</p>
@@ -562,7 +562,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.0.5</a> <em>(July 2013)</em>
</p>
@@ -597,7 +597,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.0.4</a> <em>(July 2013)</em>
</p>
@@ -634,7 +634,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.0.1</a> <em>(May 2013)</em>
</p>
@@ -671,7 +671,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 22.0.0</a> <em>(May 2013)</em>
</p>
@@ -715,7 +715,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 21.1.0</a> <em>(February 2013)</em>
</p>
@@ -773,7 +773,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 21.0.1</a> <em>(December 2012)</em>
</p>
@@ -893,7 +893,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 21.0.0</a> <em>(November 2012)</em>
</p>
@@ -1015,7 +1015,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 20.0.3</a> <em>(August 2012)</em>
</p>
@@ -1050,7 +1050,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 20.0.2</a> <em>(July 2012)</em>
</p>
@@ -1086,7 +1086,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 20.0.1</a> <em>(July 2012)</em>
</p>
@@ -1128,7 +1128,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 20.0.0</a> <em>(June 2012)</em>
</p>
@@ -1252,7 +1252,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 18.0.0</a> <em>(April 2012)</em>
</p>
@@ -1288,7 +1288,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 17.0.0</a> <em>(March 2012)</em>
</p>
@@ -1391,7 +1391,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 16.0.1</a> <em>(December 2011)</em>
</p>
@@ -1426,7 +1426,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 16.0.0</a> <em>(December 2011)</em>
</p>
@@ -1459,7 +1459,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 15.0.1</a> <em>(November 2011)</em>
</p>
@@ -1494,7 +1494,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 15.0.0</a> <em>(October 2011)</em>
</p>
@@ -1527,7 +1527,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 14.0.0</a> <em>(October 2011)</em>
</p>
@@ -1647,7 +1647,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 12.0.0</a> <em>(July 2011)</em>
</p>
@@ -1701,7 +1701,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 11.0.0</a> <em>(June 2011)</em>
</p>
@@ -1837,7 +1837,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 10.0.1</a> <em>(March 2011)</em>
</p>
@@ -1868,7 +1868,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 10.0.0</a> <em>(February 2011)</em>
</p>
@@ -1918,7 +1918,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 9.0.0</a> <em>(January 2011)</em>
</p>
@@ -2027,7 +2027,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 8.0.1</a> <em>(December 2010)</em>
</p>
@@ -2056,7 +2056,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 8.0.0</a> <em>(December 2010)</em>
</p>
@@ -2103,7 +2103,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 0.9.9</a> <em>(September 2010)</em>
</p>
@@ -2131,7 +2131,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 0.9.8</a> <em>(September 2010)</em>
</p>
@@ -2180,7 +2180,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 0.9.7</a> <em>(May 2010)</em>
</p>
@@ -2206,7 +2206,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 0.9.6</a> <em>(March 2010)</em>
</p>
@@ -2275,7 +2275,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 0.9.5</a> <em>(December 2009)</em>
</p>
@@ -2305,7 +2305,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>ADT 0.9.4</a> <em>(October 2009)</em>
</p>
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index 64e4f59..73afa3e 100644
--- a/docs/html/tools/sdk/tools-notes.jd
+++ b/docs/html/tools/sdk/tools-notes.jd
@@ -23,7 +23,7 @@
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-content-img"
alt=""/>SDK Platform-tools, Revision 23.1.0</a> <em>(December 2015)</em>
</p>
@@ -45,7 +45,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.4.1</a> <em>(October 2015)</em>
</p>
@@ -79,7 +79,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.4.0</a> <em>(October 2015)</em>
</p>
@@ -109,7 +109,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.3.4</a> <em>(August 2015)</em>
</p>
@@ -161,7 +161,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.3.3</a> <em>(June 2015)</em>
</p>
@@ -189,7 +189,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.3.2</a> <em>(June 2015)</em>
</p>
@@ -216,7 +216,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.3.1</a> <em>(June 2015)</em>
</p>
@@ -246,7 +246,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.3.0</a> <em>(June 2015)</em>
</p>
@@ -277,7 +277,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.2.0</a> <em>(May 2015)</em>
</p>
@@ -304,7 +304,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.1.2</a> <em>(February 2015)</em>
</p>
@@ -333,7 +333,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.0.2</a> <em>(December 2014)</em>
</p>
@@ -360,7 +360,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.0.1</a> <em>(December 2014)</em>
</p>
@@ -387,7 +387,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 24.0.0</a> <em>(December 2014)</em>
</p>
@@ -415,7 +415,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 23.0.5</a> <em>(October 2014)</em>
</p>
@@ -447,7 +447,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 23.0.4</a> <em>(October 2014)</em>
</p>
@@ -479,7 +479,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 23.0.2</a> <em>(July 2014)</em>
</p>
@@ -513,7 +513,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 23.0.0</a> <em>(June 2014)</em>
</p>
@@ -544,7 +544,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.6.4</a> <em>(June 2014)</em>
</p>
@@ -577,7 +577,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.6.3</a> <em>(April 2014)</em>
</p>
@@ -617,7 +617,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.6.2</a> <em>(March 2014)</em>
</p>
@@ -652,7 +652,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.6.1</a> <em>(March 2014)</em>
</p>
@@ -700,7 +700,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.6</a> <em>(March 2014)</em>
</p>
@@ -783,7 +783,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.3</a> <em>(October 2013)</em>
</p>
@@ -815,7 +815,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.2.1</a> <em>(September 2013)</em>
</p>
@@ -849,7 +849,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.2</a> <em>(September 2013)</em>
</p>
@@ -897,7 +897,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.0.5</a> <em>(July 2013)</em>
</p>
@@ -937,7 +937,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.0.4</a> <em>(July 2013)</em>
</p>
@@ -973,7 +973,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.0.1</a> <em>(May 2013)</em>
</p>
@@ -1014,7 +1014,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22</a> <em>(May 2013)</em>
</p>
@@ -1069,7 +1069,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 21.1</a> <em>(February 2013)</em>
</p>
@@ -1104,7 +1104,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 21.0.1</a> <em>(December 2012)</em>
</p>
@@ -1207,7 +1207,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 21</a> <em>(November 2012)</em>
</p>
@@ -1293,7 +1293,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 20.0.3</a> <em>(August 2012)</em>
</p>
@@ -1324,7 +1324,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 20.0.1</a> <em>(July 2012)</em>
</p>
@@ -1361,7 +1361,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 20</a> <em>(June 2012)</em>
</p>
@@ -1435,7 +1435,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 19</a> <em>(April 2012)</em>
</p>
@@ -1469,7 +1469,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 18</a> <em>(April 2012)</em>
</p>
@@ -1511,7 +1511,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 17</a> <em>(March 2012)</em>
</p>
@@ -1615,7 +1615,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 16</a> <em>(December 2011)</em>
</p>
@@ -1665,7 +1665,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 15</a> <em>(October 2011)</em>
</p>
@@ -1713,7 +1713,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 14</a> <em>(October 2011)</em>
</p>
@@ -1768,7 +1768,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 13</a> <em>(September 2011)</em>
</p>
@@ -1799,7 +1799,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 12</a> <em>(July 2011)</em>
</p>
@@ -1827,7 +1827,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 11</a> <em>(May 2011)</em>
</p>
@@ -1855,7 +1855,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 10</a> <em>(February 2011)</em>
</p>
@@ -1886,7 +1886,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 9</a> <em>(January 2011)</em>
</p>
@@ -1945,7 +1945,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 8</a> <em>(December 2010)</em>
</p>
@@ -2013,7 +2013,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 7</a> <em>(September 2010)</em>
</p>
@@ -2047,7 +2047,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 6</a> <em>(May 2010)</em>
</p>
@@ -2078,7 +2078,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 5</a> <em>(March 2010)</em>
</p>
@@ -2127,7 +2127,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 4</a> <em>(December 2009)</em>
</p>
@@ -2177,7 +2177,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 3</a> <em>(October 2009)</em>
</p>
diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd
index 5c05363..6b9f073 100644
--- a/docs/html/tools/studio/index.jd
+++ b/docs/html/tools/studio/index.jd
@@ -12,47 +12,44 @@
<li><a href="#project-structure">Project and File Structure</a></li>
<li><a href="#build-system">Android Build System</a></li>
<li><a href="#debug-perf">Debug and Performance</a></li>
-
-
</ol>
- <h2>See also</h2>
- <ol>
- <li><a class="external-link" href="http://confluence.jetbrains.com/display/IntelliJIDEA/FAQ+on+Migrating+to+IntelliJ+IDEA">IntelliJ FAQ on migrating to IntelliJ IDEA</a></li>
- </ol>
+
+<a class="button" href="{@docRoot}sdk/index.html" style="margin:15px">
+ Get Android Studio
+</a>
</div>
</div>
-<p>Android Studio is the official IDE for Android application development,
+<p>Android Studio is the official IDE for Android app development,
based on <a class="external-link" href="https://www.jetbrains.com/idea/" target="_blank">IntelliJ IDEA</a>.
On top of the capabilities you expect from IntelliJ,
Android Studio offers:</p>
<ul>
<li>Flexible Gradle-based build system</li>
- <li>Build variants and multiple <code>apk</code> file generation</li>
+ <li>Build variants and multiple APK file generation</li>
<li>Code templates to help you build common app features</li>
<li>Rich layout editor with support for drag and drop theme editing</li>
- <li>{@code lint} tools to catch performance, usability, version compatibility, and other problems</li>
- <li>ProGuard and app-signing capabilities</li>
+ <li>Lint tools to catch performance, usability, version compatibility, and other problems</li>
+ <li>Code shrinking with ProGuard</li>
<li>Built-in support for
<a href="http://developers.google.com/cloud/devtools/android_studio_templates/">Google Cloud Platform</a>,
making it easy to integrate Google Cloud Messaging and App Engine</li>
<li>And much more</li>
</ul>
-<p>If you're new to Android Studio or the IntelliJ IDEA interface, this
-page provides an introduction to some key Android
-Studio features.</p>
-
-<p>For specific Android Studio how-to documentation, see the pages in the <a href=
+<p>This page provides an introduction to some key Android Studio features. For
+specific Android Studio how-to documentation, see the pages in the <a href=
"{@docRoot}tools/workflow/index.html">Workflow</a> section, such as <a href=
-"{@docRoot}sdk/installing/create-project.html">Managing Projects from Android Studio</a> and
-<a href="{@docRoot}tools/building/building-studio.html">Building and Running from Android
-Studio</a>. For a summary of the latest changes to Android Studio, see the
-<a href="{@docRoot}tools/revisions/studio.html">Android Studio Release Notes</a>.</p>
+"{@docRoot}sdk/installing/create-project.html">Managing Projects from Android
+Studio</a> and <a href="{@docRoot}tools/building/building-studio.html">Building
+and Running from Android Studio</a>. For a summary of the latest changes to
+Android Studio, see the <a href="{@docRoot}tools/revisions/studio.html">Android
+Studio Release Notes</a>.</p>
+
@@ -103,8 +100,8 @@
<h3 id="other-views">Other Android Studio views</h3>
<p>When you use the <em>Project</em> view in Android Studio, you
should notice that the project structure appears different than you may be used to in Eclipse. Each
-instance of Android Studio contains a project with one or more application modules. Each
-application module folder contains the complete source sets for that module, including
+instance of Android Studio contains a project with one or more app modules. Each
+app module folder contains the complete source sets for that module, including
{@code src/main/} and {@code src/androidTest/} directories, resources, build
file and the Android manifest. For the most part, you will need to modify the files under each
module's {@code src/main/} directory for source code updates, the gradle.build file for build
@@ -202,7 +199,8 @@
runtime window to launch the Android runtime window. Click the <strong>Memory</strong> or
<strong>CPU</strong> tab. </p>
-<img src="{@docRoot}images/tools/studio-memory-monitor.png" srcset="{@docRoot}images/tools/studio-memory-monitor_2x.png 2x" width"635" height="171" alt="" />
+<img src="{@docRoot}images/tools/studio-memory-monitor.png"
+srcset="{@docRoot}images/tools/studio-memory-monitor2x.png 2x" width"635" height="171" alt="" />
<p class="img-caption"><strong>Figure 4.</strong> Monitor memory and CPU usage.</p>
<h4 id="heap-dump">Heap dump </h4>
diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd
index 2a673f9..0e3d94c 100644
--- a/docs/html/tools/support-library/index.jd
+++ b/docs/html/tools/support-library/index.jd
@@ -61,7 +61,7 @@
<div class="toggle-content opened">
<p id="rev23-2-1">
<a href="#" onclick="return toggleContent(this)"><img src=
- "{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ "{@docRoot}assets/images/styles/disclosure_up.png" class="toggle-content-img"
alt="">Android Support Library, revision 23.2.1</a> <em>(March
2016)</em>
</p>
@@ -366,7 +366,7 @@
<div class="toggle-content closed">
<p id="rev23-2-0">
<a href="#" onclick="return toggleContent(this)"><img src=
- "{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ "{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
alt="">Android Support Library, revision 23.2.0</a> <em>(February
2016)</em>
</p>
@@ -722,7 +722,7 @@
<div class="toggle-content closed">
<p id="rev23-1-1"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 23.1.1</a> <em>(November 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -767,7 +767,7 @@
<div class="toggle-content closed">
<p id="rev23-1-0"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 23.1.0</a> <em>(October 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -929,7 +929,7 @@
<div class="toggle-content closed">
<p id="rev23-0-1"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 23.0.1</a> <em>(September 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -996,7 +996,7 @@
<div class="toggle-content closed">
<p id="rev23"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 23</a> <em>(August 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1026,7 +1026,7 @@
<div class="toggle-content closed">
<p id="rev22-2-1"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 22.2.1</a> <em>(July 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1066,7 +1066,7 @@
<div class="toggle-content closed">
<p id="rev21"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 22.2.0</a> <em>(May 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1222,7 +1222,7 @@
<div class="toggle-content closed">
<p id="rev21"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 22.1.0</a> <em>(April 2015)</em>
</p>
@@ -1446,7 +1446,7 @@
<div class="toggle-content closed">
<p id="rev21"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 22</a> <em>(March 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1552,7 +1552,7 @@
<div class="toggle-content closed">
<p id="rev21"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 21.0.3</a> <em>(December 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1579,7 +1579,7 @@
<div class="toggle-content closed">
<p id="rev21"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 21.0.2</a> <em>(November 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1638,7 +1638,7 @@
<div class="toggle-content closed">
<p id="rev21"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 21.0.1</a> <em>(November 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1657,7 +1657,7 @@
<div class="toggle-content closed">
<p id="rev21"><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 21</a> <em>(October 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1740,7 +1740,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 20</a> <em>(July 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1767,7 +1767,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 19.1.0</a> <em>(March 2014)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1794,7 +1794,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 19.0.1</a> <em>(December 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1837,7 +1837,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 19</a> <em>(October 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1889,7 +1889,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 18</a> <em>(July 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -1990,7 +1990,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 13</a> <em>(May 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2041,7 +2041,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 12</a> <em>(February 2013)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2066,7 +2066,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 11</a> <em>(November 2012)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2128,7 +2128,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 10</a> <em>(August 2012)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2147,7 +2147,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 9</a> <em>(June 2012)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2217,7 +2217,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 8</a> <em>(April 2012)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2240,7 +2240,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 7</a> <em>(March 2012)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2270,7 +2270,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 6</a> <em>(December 2011)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2323,7 +2323,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 5</a> <em>(December 2011)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2382,7 +2382,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 4</a> <em>(October 2011)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2424,7 +2424,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 3</a> <em>(July 2011)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2475,7 +2475,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 2</a> <em>(May 2011)</em>
</p>
<div class="toggle-content-toggleme">
@@ -2495,7 +2495,7 @@
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
- <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
+ <img src="{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img" alt=""
/>Android Support Library, revision 1</a> <em>(March 2011)</em>
</p>
<div class="toggle-content-toggleme">
diff --git a/docs/html/training/basics/intents/filters.jd b/docs/html/training/basics/intents/filters.jd
index 221e31b..0b1f5e1 100644
--- a/docs/html/training/basics/intents/filters.jd
+++ b/docs/html/training/basics/intents/filters.jd
@@ -197,7 +197,7 @@
<pre>
// Create intent to deliver some kind of result data
-Intent result = new Intent("com.example.RESULT_ACTION", Uri.parse("content://result_uri");
+Intent result = new Intent("com.example.RESULT_ACTION", Uri.parse("content://result_uri"));
setResult(Activity.RESULT_OK, result);
finish();
</pre>
diff --git a/docs/html/training/sync-adapters/running-sync-adapter.jd b/docs/html/training/sync-adapters/running-sync-adapter.jd
index 194e94b..033450f 100644
--- a/docs/html/training/sync-adapters/running-sync-adapter.jd
+++ b/docs/html/training/sync-adapters/running-sync-adapter.jd
@@ -11,7 +11,6 @@
<ol>
<li><a href="#RunByMessage">Run the Sync Adapter When Server Data Changes</a>
<li><a href="#RunDataChange">Run the Sync Adapter When Content Provider Data Changes</a></li>
- <li><a href="#RunByNetwork">Run the Sync Adapter After a Network Message</a></li>
<li><a href="#RunPeriodic">Run the Sync Adapter Periodically</a></li>
<li><a href="#RunOnDemand">Run the Sync Adapter On Demand</a></li>
</ol>
@@ -69,15 +68,6 @@
content provider, detecting data changes may be more difficult.
</dd>
<dt>
- When the system sends out a network message
- </dt>
- <dd>
- Run a sync adapter when the Android system sends out a network message that keeps the
- TCP/IP connection open; this message is a basic part of the networking framework. Using
- this option is one way to run the sync adapter automatically. Consider using it in
- conjunction with interval-based sync adapter runs.
- </dd>
- <dt>
At regular intervals
</dt>
<dd>
@@ -283,60 +273,6 @@
...
}
</pre>
-<h2 id="RunByNetwork">Run the Sync Adapter After a Network Message</h2>
-<p>
- When a network connection is available, the Android system sends out a message
- every few seconds to keep the device's TCP/IP connection open. This message also goes to
- the {@link android.content.ContentResolver} of each app. By calling
- {@link android.content.ContentResolver#setSyncAutomatically setSyncAutomatically()},
- you can run the sync adapter whenever the {@link android.content.ContentResolver}
- receives the message.
-</p>
-<p>
- By scheduling your sync adapter to run when the network message is sent, you ensure that your
- sync adapter is always scheduled to run while the network is available. Use this option if you
- don't have to force a data transfer in response to data changes, but you do want to ensure
- your data is regularly updated. Similarly, you can use this option if you don't want a fixed
- schedule for your sync adapter, but you do want it to run frequently.
-</p>
-<p>
- Since the method
- {@link android.content.ContentResolver#setSyncAutomatically setSyncAutomatically()}
- doesn't disable {@link android.content.ContentResolver#addPeriodicSync addPeriodicSync()}, your
- sync adapter may be triggered repeatedly in a short period of time. If you do want to run
- your sync adapter periodically on a regular schedule, you should disable
- {@link android.content.ContentResolver#setSyncAutomatically setSyncAutomatically()}.
-</p>
-<p>
- The following code snippet shows you how to configure your
- {@link android.content.ContentResolver} to run your sync adapter in response to a network
- message:
-</p>
-<pre>
-public class MainActivity extends FragmentActivity {
- ...
- // Constants
- // Content provider authority
- public static final String AUTHORITY = "com.example.android.datasync.provider";
- // Account
- public static final String ACCOUNT = "default_account";
- // Global variables
- // A content resolver for accessing the provider
- ContentResolver mResolver;
- ...
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- ...
- // Get the content resolver for your app
- mResolver = getContentResolver();
- // Turn on automatic syncing for the default account and authority
- mResolver.setSyncAutomatically(ACCOUNT, AUTHORITY, true);
- ...
- }
- ...
-}
-</pre>
<h2 id="RunPeriodic">Run the Sync Adapter Periodically</h2>
<p>
You can run your sync adapter periodically by setting a period of time to wait between runs,
diff --git a/docs/html/training/system-ui/status.jd b/docs/html/training/system-ui/status.jd
index 9169efc..8e5b356 100755
--- a/docs/html/training/system-ui/status.jd
+++ b/docs/html/training/system-ui/status.jd
@@ -13,7 +13,6 @@
<li><a href="#40">Hide the Status Bar on Android 4.0 and Lower</a></li>
<li><a href="#41">Hide the Status Bar on Android 4.1 and Higher</a></li>
<li><a href="#behind">Make Content Appear Behind the Status Bar</a></li>
- <li><a href="#action-bar">Synchronize the Status Bar with Action Bar Transition</a></li>
</ol>
<!-- other docs (NOT javadocs) -->
@@ -102,7 +101,7 @@
super.onCreate(savedInstanceState);
// If the Android version is lower than Jellybean, use this call to hide
// the status bar.
- if (Build.VERSION.SDK_INT < 16) {
+ if (Build.VERSION.SDK_INT < 16) {
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
}
@@ -192,33 +191,3 @@
view hierarchy when the content insets for a window have changed, to allow the window to
adjust its content accordingly. By overriding this method you can handle the
insets (and hence your app's layout) however you want. </p>
-
- <h2 id="action-bar">Synchronize the Status Bar with Action Bar Transition</h2>
-
- <p>On Android 4.1 and higher, to avoid resizing your layout when the action bar hides and
- shows, you can enable overlay mode for the action bar.
- When in overlay mode, your activity layout uses all the
- space available as if the action bar is not there and the system draws the action bar in
- front of your layout. This obscures some of the layout at the top, but now when the
- action bar hides or appears, the system does not need to resize your layout and the
- transition is seamless.</p>
-
- <p>To enable overlay mode for the action bar, you need to create a custom theme that
- extends an existing theme with an action bar and set the
- {@code android:windowActionBarOverlay} attribute
- to {@code true}. For more discussion of this topic, see
- <a href="{@docRoot}training/basics/actionbar/overlaying.html#EnableOverlay">
- Overlaying the Action Bar</a> in the <a href="{@docRoot}training/basics/actionbar/index.html">
- Adding the Action Bar</a> class.</p>
-
-
-<p>Then use
-{@link android.view.View#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN},
-as described above,
-to set your activity layout to use the same screen area that's available when you've enabled
-{@link android.view.View#SYSTEM_UI_FLAG_FULLSCREEN}.
-
-When you want to hide the system UI, use
-{@link android.view.View#SYSTEM_UI_FLAG_FULLSCREEN}.
-This also hides the action bar (because {@code windowActionBarOverlay=”true”)} and does
-so with a coordinated animation when both hiding and showing the two.</p>
diff --git a/docs/html/training/wearables/data-layer/events.jd b/docs/html/training/wearables/data-layer/events.jd
index c797f68..9bed9d5 100644
--- a/docs/html/training/wearables/data-layer/events.jd
+++ b/docs/html/training/wearables/data-layer/events.jd
@@ -68,72 +68,100 @@
</pre>
-<h2 id="Listen">Listen for Data Layer Events </h2>
-<p>Because the data layer synchronizes and sends data across the handheld and
-wearable, you normally want to listen for important events, such as when data items
-are created, messages are received, or when the wearable and handset are connected.
+<h2 id="Listen">Listen for Data Layer Events</h2>
+<p>
+Because the data layer synchronizes and sends data across the handheld and
+wearable, it is usually necessary to listen for important events. Examples of
+such events include creation of data items and receipt of messages.
</p>
-<p>To listen for data layer events, you have two options:</p>
-
+<p>
+To listen for data layer events, you have two options:
+</p>
<ul>
- <li>Create a service that extends
- <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>.
- </li>
- <li>Create an activity that implements
- <a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.DataListener.html"><code>DataApi.DataListener</code></a>.
- </li>
+ <li>Create a service that extends <a href
+="https://developer.android.com/reference/com/google/android/gms/wearable/WearableListenerService.html">
+{@code WearableListenerService}</a>.</li>
+ <li>Create an activity that implements <a
+href="https://developer.android.com/reference/com/google/android/gms/wearable/DataApi.DataListener.html">
+{@code DataApi.DataListener}</a>.</li>
</ul>
-
-<p>With both these options, you override the data event callback methods for the events you
-are interested in handling.</p>
-
-<h3 id="listener-service">With a WearableListenerService</h3>
+<p>
+With both these options, you override the data event callback methods for the
+events you are interested in handling.
+</p>
+<h3>With a WearableListenerService</h3>
+<p>
+You typically create instances of this service in both your wearable and
+handheld apps. If you are not interested in data events in one of these apps,
+then you don't need to implement this service in that particular app.
+</p>
+<p>
+For example, you can have a handheld app that sets and gets data item objects
+and a wearable app that listens for these updates to update its UI. The
+wearable never updates any of the data items, so the handheld app doesn't
+listen for any data events from the wearable app.
+</p>
+<p>
+Some of the events you can listen for using <a
+href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html">
+{@code WearableListenerService}</a> are as follows:
+</p>
+<ul>
+ <li><a
+href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onDataChanged(com.google.android.gms.wearable.DataEventBuffer)">
+{@code onDataChanged()}</a>:
+Whenever a data item object is created, deleted, or changed, the system triggers
+this callback on all connected nodes.
+</li>
+<li><a
+href="http://developer.android.com/reference/com/google/android/gms/wearable/WearableListenerService.html#onMessageReceived(com.google.android.gms.wearable.MessageEvent)">
+{@code onMessageReceived()}</a>: A message sent from a node triggers
+this callback on the target node.</li>
+<li><a
+href="https://developers.google.com/android/reference/com/google/android/gms/wearable/WearableListenerService.html#onCapabilityChanged(com.google.android.gms.wearable.CapabilityInfo)">
+{@code onCapabilityChanged()}</a>:
+When a capability that an instance of your app advertises becomes available
+on the network, that event triggers this callback. If you're looking for a
+nearby node you can query the
+<a
+href="https://developers.google.com/android/reference/com/google/android/gms/wearable/Node.html#isNearby()">
+{@code isNearby()}</a> method of the nodes provided in the callback.</li>
<p>
-You typically create instances of this service in both your wearable and handheld apps. If you
-are not interested in data events in one of these apps, then you don't need to implement this
-service in that particular app.</p>
-
-<p>For example, you can have a handheld app that sets and gets data item objects and a wearable app
-that listens for these updates to update it's UI. The wearable never updates any of the data items,
-so the handheld app doesn't listen for any data events from the wearable app.</p>
-
-<p>You can listen for the following events with
-<a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>:</p>
-
-<ul>
- <li><a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onDataChanged(com.google.android.gms.wearable.DataEventBuffer)"><code>onDataChanged()</code></a>
-- Called when data item objects are created, changed, or deleted. An event on one side of a connection
-triggers this callback on both sides.</li>
- <li><a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onMessageReceived(com.google.android.gms.wearable.MessageEvent)"><code>onMessageReceived()</code></a>
-- A message sent from one side of a connection triggers this callback on the other side of the connection.</li>
- <li><a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onMessageReceived(com.google.android.gms.wearable.MessageEvent)"><code>onPeerConnected()</code></a>
- and <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onPeerDisconnected(com.google.android.gms.wearable.Node)"><code>onPeerDisconnected()</code></a> -
- Called when the connection with the handheld or wearable is connected or disconnected.
- Changes in connection state on one side of the connection trigger these callbacks on both sides
- of the connection.
- </li>
+In addition to those on this list, you can listen for events from
+<a href="https://developers.google.com/android/reference/com/google/android/gms/wearable/ChannelApi.ChannelListener">
+{@code ChannelApi.ChannelListener}</a>, such as
+<a href="https://developers.google.com/android/reference/com/google/android/gms/wearable/ChannelApi.ChannelListener.html#onChannelOpened(com.google.android.gms.wearable.Channel)">
+{@code onChannelOpened()}</a>.
+</p>
</ul>
-
-<p>To create a <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>:</p>
+<p>To create a <a
+href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>, follow these steps:</p>
<ol>
<li>Create a class that extends
- <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>.
+ <a
+href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>.
</li>
<li>Listen for the events that you're interested in, such as
- <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onDataChanged(com.google.android.gms.wearable.DataEventBuffer)"><code>onDataChanged()</code></a>.
+ <a
+href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onDataChanged(com.google.android.gms.wearable.DataEventBuffer)">
+<code>onDataChanged()</code></a>.
</li>
- <li>Declare an intent filter in your Android manifest to notify the system about your
- <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>.
- This allows the system to bind your service as needed.
+ <li>Declare an intent filter in your Android manifest to notify the system
+about your
+ <a
+href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>
+WearableListenerService</code></a>.
+ This declaration allows the system to bind your service as needed.
</li>
</ol>
<p>The following example shows how to implement a simple
- <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>:
+ <a
+href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>
+WearableListenerService</code></a>:
</p>
-
<pre>
public class DataLayerListenerService extends WearableListenerService {
@@ -146,7 +174,7 @@
if (Log.isLoggable(TAG, Log.DEBUG)) {
Log.d(TAG, "onDataChanged: " + dataEvents);
}
- final List<DataEvent> events = FreezableUtils
+ final List events = FreezableUtils
.freezeIterable(dataEvents);
GoogleApiClient googleApiClient = new GoogleApiClient.Builder(this)
@@ -179,85 +207,139 @@
}
</pre>
-<p>Here's the corresponding intent filter in the Android manifest file:</p>
+<p>
+The next section explains how to use an intent filter with this listener.
+</p>
+
+<h3>Using filters with WearableListenerService</h3>
+
+<p>
+An intent filter for the
+<a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html">
+{@code WearableListenerService}</a> example shown in the previous section might look like this:
<pre>
<service android:name=".DataLayerListenerService">
- <intent-filter>
- <action android:name="com.google.android.gms.wearable.BIND_LISTENER" />
+ <intent-filter>
+ <action android:name="com.google.android.gms.wearable.DATA_CHANGED" />
+ <data android:scheme="wear" android:host="*"
+ android:path="/start-activity" />
</intent-filter>
</service>
</pre>
-
-<h4>Permissions within Data Layer Callbacks</h4>
-
<p>
-To deliver callbacks to your application for data layer events, Google Play services
-binds to your <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>WearableListenerService</code></a>,
-and calls your callbacks via IPC. This has the consequence
-that your callbacks inherit the permissions of the calling process.</p>
-
-<p>If you try to perform a privileged operation within a callback, the security check fails because your callback is
-running with the identity of the calling process, instead of the identity of your app's
-process.</p>
-
-<p>To fix this, call {@link android.os.Binder#clearCallingIdentity} </a>,
-to reset identity after crossing the IPC boundary, and then restore identity with
-{@link android.os.Binder#restoreCallingIdentity restoreCallingIdentity()} when
-you've completed the privileged operation:
+In this filter, the {@code DATA_CHANGED} action replaces the
+previously recommended {@code BIND_LISTENER} action so that only specific
+events wake or launch your application. This change improves system efficiency
+and reduces battery consumption and other overhead associated with your
+application. In this example, the watch listens for the
+{@code /start-activity} data item, and the
+phone listens for the {@code /data-item-received} message response.
+</p>
+<p>
+Standard Android filter matching rules apply. You can specify multiple services
+per manifest, multiple intent filters per service, multiple actions per filter,
+and multiple data stanzas per filter. Filters can match on a wildcard host or on
+a specific one. To match on a wildcard host, use {@code host="*"}. To match
+on a specific host, specify {@code host=<node_id>}.
</p>
-<pre>
-long token = Binder.clearCallingIdentity();
-try {
- performOperationRequiringPermissions();
-} finally {
- Binder.restoreCallingIdentity(token);
-}
-</pre>
-
-<h3 id="Listen">With a Listener Activity</h3>
-
<p>
-If your app only cares about data layer events when the user is interacting
-with the app and does not need a long-running service to handle every data
-change, you can listen for events in an activity by implementing one or more
-of the following interfaces:
+You can also match a literal path or path prefix. If you are matching by path
+or path prefix, you must specify a wildcard or specific host.
+If you do not do so, the system ignores the path you specified.
+</p>
+<p>
+For more information on the filter types that Wear supports, see the
+API reference documentation for <a
+href="https://developers.google.com/android/reference/com/google/android/gms/wearable/WearableListenerService">
+{@code WearableListenerService}</a>.
+
+</p>
+<p>
+For more information on data filters and matching rules, see the API reference
+documentation for the <a
+href="{@docRoot}guide/topics/manifest/data-element.html">{@code data}</a>
+manifest element.
+</p>
+
+
+<p>When matching intent filters, there are two important rules to remember:</p>
<ul>
- <li><a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.DataListener.html"><code>DataApi.DataListener</code></a></li>
- <li><a href="{@docRoot}reference/com/google/android/gms/wearable/MessageApi.MessageListener.html"><code>MessageApi.MessageListener</code></a></li>
- <li><a href="{@docRoot}reference/com/google/android/gms/wearable/NodeApi.NodeListener.html"><code>NodeApi.NodeListener</code></a></li>
+ <li>If a scheme is not specified for the intent filter, the system ignores
+ all the other URI attributes.</li>
+ <li>If no host is specified for the filter, the system ignores the
+ port attribute and all the path attributes.</li>
</ul>
+
+<h3>With a listener activity</h3>
+<p>
+If your app only cares about data-layer events when the user is interacting
+with the app, it may not need a long-running service to handle every data
+change. In such a case, you can listen for events in an activity by
+implementing one or more of the following interfaces:
</p>
+<ul>
+ <li><a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.DataListener.html"><code>
+ DataApi.DataListener</code></a></li>
+
+ <li><a href="{@docRoot}reference/com/google/android/gms/wearable/MessageApi.MessageListener.html">
+ <code>MessageApi.MessageListener</code></a></li>
+
+ <li><a href="https://developers.google.com/android/reference/com/google/android/gms/wearable/CapabilityApi.CapabilityListener.html">{@code CapabilityApi.CapabilityListener}</a></li>
+</ul>
<p>To create an activity that listens for data events:</p>
<ol>
<li>Implement the desired interfaces.</li>
-<li>In {@link android.app.Activity#onCreate}, create an instance of
-<a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code></a>
-to work with the Data Layer API.
+<li>In {@link android.app.Activity#onCreate onCreate()}, create an instance of
+<a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code>
+</a>to work with the Data Layer API.</li>
+
<li>
-In {@link android.app.Activity#onStart onStart()}, call <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html#connect()"><code>connect()</code></a> to connect the client to Google Play services.
+In {@link android.app.Activity#onStart onStart()}, call <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html#connect()">
+<code>connect()</code></a> to connect the client to Google Play services.
</li>
+
<li>When the connection to Google Play services is established, the system calls
<a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html#onConnected(android.os.Bundle)"><code>onConnected()</code></a>. This is where you call
-<a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.html#addListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.DataApi.DataListener)"><code>DataApi.addListener()</code></a>,
- <a href="{@docRoot}reference/com/google/android/gms/wearable/MessageApi.html#addListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.MessageApi.MessageListener)"><code>MessageApi.addListener()</code></a>,
- or <a href="{@docRoot}reference/com/google/android/gms/wearable/NodeApi.html#addListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.NodeApi.NodeListener)"><code>NodeApi.addListener()</code></a>
- to notify Google Play services that your activity is interested in listening for data layer events.
-</li>
+
+<a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.html#addListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.DataApi.DataListener)">
+<code>DataApi.addListener()</code></a>,
+
+<a href="{@docRoot}android/reference/com/google/android/gms/wearable/CapabilityApi.CapabilityListener">
+<code>MessageApi.addListener()</code></a>, or
+
+<a href="https://developers.google.com/android/reference/com/google/android/gms/wearable/CapabilityApi.html#addListener(com.google.android.gms.common.api.GoogleApiClient,%20com.google.android.gms.wearable.CapabilityApi.CapabilityListener,%20android.net.Uri,%20int)">
+{@code CapabilityApi.addListener()}</a> to notify Google Play services that your activity is
+interested in listening for data layer events.</li>
+
<li>In {@link android.app.Activity#onStop onStop()}, unregister any listeners with
<a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.html#removeListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.DataApi.DataListener)"><code>DataApi.removeListener()</code></a>,
-<a href="{@docRoot}reference/com/google/android/gms/wearable/MessageApi.html#removeListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.MessageApi.MessageListener)"><code>MessageApi.removeListener()</code></a>,
-or <a href="{@docRoot}reference/com/google/android/gms/wearable/NodeApi.html#removeListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.NodeApi.NodeListener)"><code>NodeApi.removeListener()</code></a>.
-</li>
-<li>Implement <a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.DataListener.html#onDataChanged(com.google.android.gms.wearable.DataEventBuffer)"><code>onDataChanged()</code>,
- <a href="{@docRoot}reference/com/google/android/gms/wearable/NodeApi.NodeListener.html#onPeerConnected(com.google.android.gms.wearable.Node)"><code>onMessageReceived()</code></a>,
- <a href="{@docRoot}reference/com/google/android/gms/wearable/NodeApi.NodeListener.html#onPeerConnected(com.google.android.gms.wearable.Node)"><code>onPeerConnected()</code></a>, and
- <a href="{@docRoot}reference/com/google/android/gms/wearable/NodeApi.NodeListener.html#onPeerDisconnected(com.google.android.gms.wearable.Node)"><code>onPeerDisconnected()</code></a>, depending on the interfaces that you implemented.
-</li>
+<a href="{@docRoot}reference/com/google/android/gms/wearable/MessageApi.html#removeListener(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.wearable.MessageApi.MessageListener)"><code>MessageApi.removeListener()</code></a>, or
+<a href="http://developer.android.com/reference/com/google/android/gms/wearable/MessageApi.html#removeListener(com.google.android.gms.common.api.GoogleApiClient,%20com.google.android.gms.wearable.MessageApi.MessageListener)">
+{@code CapabilityApi.removeListener()}</a>.</li>
+
+
+<p>An alternative to adding listeners in
+<a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html#onConnected(android.os.Bundle)"><code>onConnected()</code></a>
+and removing them in
+{@link android.app.Activity#onStop onStop()} is to add a filtered listener in an activity’s {@link android.app.Activity#onResume onResume()} and
+remove it in {@link android.app.Activity#onPause onPause()}, so as to only receive data that is relevant to the
+current application state.</p>
+
+
+<li>Implement
+<a href="{@docRoot}reference/com/google/android/gms/wearable/DataApi.DataListener.html#onDataChanged(com.google.android.gms.wearable.DataEventBuffer)">
+<code>onDataChanged()</code></a>,
+ <a href="https://developers.google.com/android/reference/com/google/android/gms/wearable/MessageApi.MessageListener.html#onMessageReceived(com.google.android.gms.wearable.MessageEvent)">
+ <code>onMessageReceived()</code></a>,
+ <a href="https://developers.google.com/android/reference/com/google/android/gms/wearable/WearableListenerService.html#onCapabilityChanged(com.google.android.gms.wearable.CapabilityInfo)">
+{@code onCapabilityChanged()}</a>,
+or methods from <a href="http://developer.android.com/reference/com/google/android/gms/wearable/ChannelApi.ChannelListener.html">
+Channel API listener methods</a>, depending on the interfaces that you implemented.</li>
</ol>
<p>Here's an example that implements
@@ -318,3 +400,19 @@
}
}
</pre>
+<h3>Using Filters with Listener Activities</h3>
+<p>
+Just as you can specify intent filters for manifest-based
+<a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html">
+<code>WearableListenerService</code></a> objects, you can also use intent filters when registering a
+listener through the Wearable API. The same rules are applicable to both
+API-based listeners manifest-based listeners.
+</p>
+
+<p>
+A common pattern is to register a listener with a specific path or path prefix
+in an activity’s{@link android.app.Activity#onResume onResume()} method, and to
+remove the listener in the activity’s {@link android.app.Activity#onPause onPause()} method.
+Implementing listeners in this fashion allows your application to more selectively receive events,
+improving its design and efficiency.
+</p>
diff --git a/docs/image_sources/distribute/stories/concrete-bowling-screenshot.png b/docs/image_sources/distribute/stories/concrete-bowling-screenshot.png
new file mode 100644
index 0000000..0f76df6
--- /dev/null
+++ b/docs/image_sources/distribute/stories/concrete-bowling-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/doctor-who-legacy-screenshot.png b/docs/image_sources/distribute/stories/doctor-who-legacy-screenshot.png
new file mode 100644
index 0000000..556bfcd
--- /dev/null
+++ b/docs/image_sources/distribute/stories/doctor-who-legacy-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/dots-screenshot.png b/docs/image_sources/distribute/stories/dots-screenshot.png
new file mode 100644
index 0000000..17edb12
--- /dev/null
+++ b/docs/image_sources/distribute/stories/dots-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/gameloft-asphalt8-screenshot.png b/docs/image_sources/distribute/stories/gameloft-asphalt8-screenshot.png
new file mode 100644
index 0000000..2b0c1e3
--- /dev/null
+++ b/docs/image_sources/distribute/stories/gameloft-asphalt8-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/glu-eternity-warriors-screenshot.png b/docs/image_sources/distribute/stories/glu-eternity-warriors-screenshot.png
new file mode 100644
index 0000000..b41e917
--- /dev/null
+++ b/docs/image_sources/distribute/stories/glu-eternity-warriors-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/glu-tap-baseball-screenshot.png b/docs/image_sources/distribute/stories/glu-tap-baseball-screenshot.png
new file mode 100644
index 0000000..df6c8a8
--- /dev/null
+++ b/docs/image_sources/distribute/stories/glu-tap-baseball-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/hotheadgames-firefight-screenshot.png b/docs/image_sources/distribute/stories/hotheadgames-firefight-screenshot.png
new file mode 100644
index 0000000..4761715
--- /dev/null
+++ b/docs/image_sources/distribute/stories/hotheadgames-firefight-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/indian-rummy-screenshot.jpg b/docs/image_sources/distribute/stories/indian-rummy-screenshot.jpg
new file mode 100644
index 0000000..61943fc
--- /dev/null
+++ b/docs/image_sources/distribute/stories/indian-rummy-screenshot.jpg
Binary files differ
diff --git a/docs/image_sources/distribute/stories/intuit-mint-screenshot.png b/docs/image_sources/distribute/stories/intuit-mint-screenshot.png
new file mode 100644
index 0000000..39b8f11
--- /dev/null
+++ b/docs/image_sources/distribute/stories/intuit-mint-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/kongregate-adv-cap-screenshot.png b/docs/image_sources/distribute/stories/kongregate-adv-cap-screenshot.png
new file mode 100644
index 0000000..cff67dc
--- /dev/null
+++ b/docs/image_sources/distribute/stories/kongregate-adv-cap-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/kongregate-global-assault-screenshot.png b/docs/image_sources/distribute/stories/kongregate-global-assault-screenshot.png
new file mode 100644
index 0000000..d0709a3
--- /dev/null
+++ b/docs/image_sources/distribute/stories/kongregate-global-assault-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/leos-fortune-screenshot.png b/docs/image_sources/distribute/stories/leos-fortune-screenshot.png
new file mode 100644
index 0000000..d67c9af
--- /dev/null
+++ b/docs/image_sources/distribute/stories/leos-fortune-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/noodlecake-super-stickman-screenshot.png b/docs/image_sources/distribute/stories/noodlecake-super-stickman-screenshot.png
new file mode 100644
index 0000000..c1e8824
--- /dev/null
+++ b/docs/image_sources/distribute/stories/noodlecake-super-stickman-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/rememberthemilk-screenshot.png b/docs/image_sources/distribute/stories/rememberthemilk-screenshot.png
new file mode 100644
index 0000000..25d0391
--- /dev/null
+++ b/docs/image_sources/distribute/stories/rememberthemilk-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/rvappstudios-zombie-screenshot.jpg b/docs/image_sources/distribute/stories/rvappstudios-zombie-screenshot.jpg
new file mode 100644
index 0000000..e2bf6b5
--- /dev/null
+++ b/docs/image_sources/distribute/stories/rvappstudios-zombie-screenshot.jpg
Binary files differ
diff --git a/docs/image_sources/distribute/stories/sayhichat-screenshot.jpg b/docs/image_sources/distribute/stories/sayhichat-screenshot.jpg
new file mode 100644
index 0000000..b93e983
--- /dev/null
+++ b/docs/image_sources/distribute/stories/sayhichat-screenshot.jpg
Binary files differ
diff --git a/docs/image_sources/distribute/stories/tinyvillage-screenshot.png b/docs/image_sources/distribute/stories/tinyvillage-screenshot.png
new file mode 100644
index 0000000..51948b9
--- /dev/null
+++ b/docs/image_sources/distribute/stories/tinyvillage-screenshot.png
Binary files differ
diff --git a/docs/image_sources/distribute/stories/two-dots-screenshot.png b/docs/image_sources/distribute/stories/two-dots-screenshot.png
new file mode 100644
index 0000000..2e34a68
--- /dev/null
+++ b/docs/image_sources/distribute/stories/two-dots-screenshot.png
Binary files differ