Refreshes Retype-generated documentation.
Process triggered by Jackeagle.
diff --git a/documentation/overlays/index.html b/documentation/overlays/index.html
index 18f0fbd..f5e6a00 100644
--- a/documentation/overlays/index.html
+++ b/documentation/overlays/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
- <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.712294054707">
+ <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.712302452391">
<!-- See retype.com -->
<meta name="generator" content="Retype 2.4.0">
@@ -30,11 +30,11 @@
<script>(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
- <link href="../../resources/css/retype.css?v=2.4.0.712294054707" rel="stylesheet" />
+ <link href="../../resources/css/retype.css?v=2.4.0.712302452391" rel="stylesheet" />
- <script type="text/javascript" src="../../resources/js/config.js?v=2.4.0.712294054707" data-turbo-eval="false" defer></script>
+ <script type="text/javascript" src="../../resources/js/config.js?v=2.4.0.712302452391" data-turbo-eval="false" defer></script>
<script type="text/javascript" src="../../resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
- <script id="lunr-js" type="text/javascript" src="../../resources/js/lunr.js?v=2.4.0.712294054707" data-turbo-eval="false" defer></script>
+ <script id="lunr-js" type="text/javascript" src="../../resources/js/lunr.js?v=2.4.0.712302452391" data-turbo-eval="false" defer></script>
</head>
<body>
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
@@ -469,10 +469,53 @@
<pre class="language-none"><code v-pre class="language-none">Overlay Path: overlay-bliss/frameworks/base/packages/SystemUI/res/values/dimens.xml</code></pre>
</doc-codeblock></div>
<p>This overlay is required to set UDFPS Animation offset for respective devices.</p>
+<div class="flex mb-6">
+ <div class="shrink-0 w-1 rounded-tl rounded-bl bg-blue-500 dark:bg-blue-400"></div>
+ <div class="flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role="alert">
+ <div class="flex items-center ml-4 h-7">
+ <svg xmlns="http://www.w3.org/2000/svg" class="mb-px text-blue-500 dark:text-blue-400" width="22" height="22" viewBox="0 0 24 24" role="presentation">
+ <g fill="currentColor"><g>
+ <path d="M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z"></path>
+ <path d="M12 11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM12.01 7c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"></path>
+ <path fill="none" d="M0 0h24v24H0z"></path>
+ </g></g>
+ </svg>
+ </div>
+ <div class="pr-5 ml-3 w-full">
+<p>Adjust this value as per your device.</p>
+ </div>
+ </div>
+</div>
<div class="codeblock-wrapper"><doc-codeblock>
-<pre class="language-none"><code v-pre class="language-none"> <!-- Udfps animation -->
+<pre class="language-none"><code v-pre class="language-none"> <!-- Udfps animation offset -->
<dimen name="udfps_animation_offset">50dp</dimen></code></pre>
</doc-codeblock></div>
+<p><strong>To set UDFPS Animation Size</strong></p>
+<div class="codeblock-wrapper"><doc-codeblock>
+<pre class="language-none"><code v-pre class="language-none">Overlay Path: overlay-bliss/frameworks/base/packages/SystemUI/res/values/dimens.xml</code></pre>
+</doc-codeblock></div>
+<p>This overlay is required to set UDFPS Animation size for respective devices.</p>
+<div class="flex mb-6">
+ <div class="shrink-0 w-1 rounded-tl rounded-bl bg-blue-500 dark:bg-blue-400"></div>
+ <div class="flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role="alert">
+ <div class="flex items-center ml-4 h-7">
+ <svg xmlns="http://www.w3.org/2000/svg" class="mb-px text-blue-500 dark:text-blue-400" width="22" height="22" viewBox="0 0 24 24" role="presentation">
+ <g fill="currentColor"><g>
+ <path d="M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z"></path>
+ <path d="M12 11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM12.01 7c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"></path>
+ <path fill="none" d="M0 0h24v24H0z"></path>
+ </g></g>
+ </svg>
+ </div>
+ <div class="pr-5 ml-3 w-full">
+<p>Adjust this value as per your device.</p>
+ </div>
+ </div>
+</div>
+<div class="codeblock-wrapper"><doc-codeblock>
+<pre class="language-none"><code v-pre class="language-none"> <!-- Udfps animation size-->
+ <dimen name="udfps_animation_size">176dp</dimen></code></pre>
+</doc-codeblock></div>
<p><strong>To set Color of the UDFPS Pressed view</strong></p>
<div class="codeblock-wrapper"><doc-codeblock>
<pre class="language-none"><code v-pre class="language-none">Overlay Path: overlay-bliss/frameworks/base/core/res/res/values/bliss_config.xml</code></pre>