summaryrefslogtreecommitdiffstats
path: root/docs/html/design/patterns/app-structure.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/design/patterns/app-structure.html')
-rw-r--r--docs/html/design/patterns/app-structure.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/design/patterns/app-structure.html b/docs/html/design/patterns/app-structure.html
index 1b48280..6780594 100644
--- a/docs/html/design/patterns/app-structure.html
+++ b/docs/html/design/patterns/app-structure.html
@@ -112,7 +112,7 @@ Android Design - Application Structure
single screen</li>
<li>Apps such as Phone whose main purpose is to switch between different activities without deeper
navigation</li>
-<li>Apps such as Gmail or Market that combine a broad set of data views with deep navigation</li>
+<li>Apps such as Gmail and Google Play that combine a broad set of data views with deep navigation</li>
</ul>
<p>Your app's structure depends largely on the content and tasks you want to surface for your users.</p>
<h2 id="general-structure">General Structure</h2>
@@ -165,7 +165,7 @@ layouts that are visually engaging and appropriate for the data type and screen
<img src="../static/content/app_structure_market.png">
<div class="figure-caption">
- Market's start screen primarily allows navigation into the stores for Apps, Music, Books,
+ The Google Play app's start screen primarily allows navigation into the stores for Apps, Music, Books,
Movies and Games. It is also enriched with tailored recommendations and promotions that
surface content of interest to the user. Search is readily available from the action bar.
</div>
@@ -250,7 +250,7 @@ minimize navigational effort. Rule of thumb: no more than 5&ndash;7 tabs.</p>
<img src="../static/content/app_structure_scrolltabs.png">
<div class="figure-caption">
- Market uses tabs to simultaneously show category choice and content. To navigate between
+ Google Play uses tabs to simultaneously show category choice and content. To navigate between
categories, users can swipe left/right on the content.
</div>