Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 271c8f12 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android (Google) Code Review
Browse files

Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs

parents f25bc75f 3155825c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ page.tags="button","input"
  </div>
</a>

<p>A button consists of text and/or an image that clearly communicates what action
<p itemprop="description">A button consists of text and/or an image that clearly communicates what action
  will occur when the user touches it. A button can have an image, text, or both.
</p>

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ page.tags="dialog","alert","popup","toast"
  </div>
</a>

<p>Dialogs prompt the user for decisions or additional information required by the app to continue a
<p itemprop="description">Dialogs prompt the user for decisions or additional information required by the app to continue a
task. Such requests can range from simple Cancel/OK decisions to more complex layouts asking the
user to adjust settings or enter text.</p>

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ page.tags="gridview","layout","listview"
  </div>
</a>

<p>Grid lists are an alternative to standard list views. They are best suited for showing data sets
<p itemprop="description">Grid lists are an alternative to standard list views. They are best suited for showing data sets
that represent themselves through images. In contrast to simple lists, grid lists may scroll either
vertically or horizontally.</p>

+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ footer.hide=1

<div id="landing-graphic-container">
  <div id="text-overlay">
    Your inventory of ready-to-use elements for creating outstanding apps.
    <span itemprop="description">Your inventory of ready-to-use elements for creating
    outstanding apps.</span>
    <br><br>
    <a href="{@docRoot}design/building-blocks/tabs.html" class="landing-page-link">Tabs</a>
  </div>
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ page.tags="listview","layout"
  </div>
</a>

<p>Lists present multiple line items in a vertical arrangement. They can be used for data selection as
<p itemprop="description">Lists present multiple line items in a vertical arrangement. They can be used for data selection as
well as drilldown navigation.</p>

<div class="vspace size-1">&nbsp;</div>
Loading