From ff0ff1719a8c8a929b9adbb71304abd6c22a940d Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Thu, 25 May 2023 23:34:03 +0200 Subject: [PATCH] Docs --- docs/docs/developer-guide/integrations/icon-packs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/developer-guide/integrations/icon-packs.md b/docs/docs/developer-guide/integrations/icon-packs.md index 21ceb891..55170934 100644 --- a/docs/docs/developer-guide/integrations/icon-packs.md +++ b/docs/docs/developer-guide/integrations/icon-packs.md @@ -142,7 +142,7 @@ a `LayerDrawable` as its foreground layer. :::note -Some launchers only support `AdaptiveIconDrawable`s, so you should use that if possible. +Some launchers only support `AdaptiveIconDrawable`s, so you should prefer that if possible. ::: The entry in the `appfilter.xml` file tells the launcher which layer @@ -167,8 +167,7 @@ Here is an example of a clock icon: + android:pivotX="50.0%" android:pivotY="50.0%" android:toDegrees="6180.0" />