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

Commit 0f44b94d authored by Rich Slogar's avatar Rich Slogar
Browse files

docs: mipmap link updates

Change-Id: I345d4dc29e094a6835e04eec237d1b8b8a540eaa
parent 717b4d13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ see <a href="{@docRoot}guide/topics/resources/providing-resources.html">Providin
</p>

<p> For more information about using the mipmap folders, see
<a href="{@docRoot}tools/project/index.html#mipmap">Managing Projects Overview</a>.</p>
<a href="{@docRoot}tools/projects/index.html#mipmap">Managing Projects Overview</a>.</p>

<h3 id="xxxhdpi-launcher">Provide an xxx-high-density launcher icon</h3>

+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ folders. The Android system retains the resources in these density-specific fold
mipmap-xxxhdpi, regardless of the screen resolution of the device where your app is installed. This
behavior allows launcher apps to pick the best resolution icon for your app to display on the home
screen. For more information about using the mipmap folders, see
<a href="{@docRoot}tools/project/index.html#mipmap">Managing Projects Overview</a>.
<a href="{@docRoot}tools/projects/index.html#mipmap">Managing Projects Overview</a>.
</p>


+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ icons, and a string resource file. The resource
directory names are important and are described in table 1.</p>

<p class="note"><strong>Note:</strong> For more information about using the mipmap folders, see
<a href="{@docRoot}tools/project/index.html#mipmap">Managing Projects Overview</a>.</p>
<a href="{@docRoot}tools/projects/index.html#mipmap">Managing Projects Overview</a>.</p>

<p class="table-caption" id="table1"><strong>Table 1.</strong> Resource directories
supported inside project {@code res/} directory.</p>
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ appropriate bitmap based on the screen's dpi.</p>
<p class="note"><strong>Note:</strong> You should place all launcher icons in the
<code>res/mipmap-[density]/</code> folders, rather than <code>drawable/</code> folders to ensure
launcher apps use the best resolution icon. For more information about using the mipmap folders, see
<a href="{@docRoot}tools/project/index.html#mipmap">Managing Projects Overview</a>.</p>
<a href="{@docRoot}tools/projects/index.html#mipmap">Managing Projects Overview</a>.</p>

<p>For more tips and guidelines for creating icon assets for your application, see the <a
href="{@docRoot}guide/practices/ui_guidelines/icon_design.html">Icon Design