Skip to content

Replacing icon names in icon preview

Sarsa Murmu edited this page Sep 13, 2020 · 1 revision

Open dashboard_icon_name_replacer.xml inside values folder.

  • enable_icon_name_replacer: (true) Enable icon name replacer. (false) Disable icon name replacer.
  • icon_name_replacer: Put specific word that you want to replace.

Here's an example

You want to remove word app_ or replace word app_ with (blank).

<string-array name="icon_name_replacer">
    <!-- Word "app_" will be replaced with "" -->
    <item>app_,</item>
</string-array>

Format: Word that you want to repalce + ,(comma) + Word that you want to replace with

Clone this wiki locally