aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/display/circular-icons.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/display/circular-icons.html')
-rw-r--r--en/devices/tech/display/circular-icons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/devices/tech/display/circular-icons.html b/en/devices/tech/display/circular-icons.html
index 65f79769..eed152a9 100644
--- a/en/devices/tech/display/circular-icons.html
+++ b/en/devices/tech/display/circular-icons.html
@@ -38,7 +38,7 @@ href="https://android.googlesource.com/platform/frameworks/base/+/master/core/re
<p>To enable circular icons, change the <code>config_useRoundIcon</code>
setting in your overlay file from <code>false</code> to <code>true</code>:</p>
-<pre>
+<pre class="devsite-click-to-copy">
&lt;!-- Flag indicating whether round icons should be parsed from the application manifest. --&gt;
&lt;bool name="config_useRoundIcon"&gt;true&lt;/bool&gt;
</pre>