-
Notifications
You must be signed in to change notification settings - Fork 143
Customization: Advanced
NOTE: Customization mostly related to dashboard, not Icon Pack.
Open colors.xml
inside values folder.
-
colorPrimary
→ 2, 10 -
colorPrimaryDark
→ 1 -
colorAccent
→ 6 -
darkColorPrimary
→colorPrimary
for dark theme -
darkColorPrimaryDark
→colorPrimaryDark
for dark theme -
darkColorAccent
→colorAccent
for dark theme -
navigationBar
→ 11 -
navigationBarDark
→navigationBar
for dark theme
-
splashColor
→ Splash screen background color
-
navigationViewTitle
→ 12 -
navigationViewTitleBack
→ 13 -
navigationViewText
→ 16 -
navigationViewTextDark
→navigationViewText
for dark theme -
navigationViewTextSelected
→ 14 -
navigationViewTextSelectedDark
→navigationViewTextSelected
for dark theme -
navigationViewSelectedBackground
→ 15 -
navigationViewSelectedBackgroundDark
→navigationViewSelectedBackground
for dark theme
-
swipeRefresh
→ Refresh icon color when refreshing cloud wallpapers
-
toolbarIcon
→ 3 -
toolbarIconDark
→toolbarIcon
for dark theme
-
tabIndicator
→ 22 -
tabIndicatorDark
→tabIndicator
for dark theme -
tabText
→ 21 -
tabTextDark
→tabText
for dark theme -
tabTextSelected
→ 20 -
tabTextSelectedDark
→tabTextSelected
for dark theme
-
cardBackground
→ 8 -
cardBackgroundDark
→cardBackground
for dark theme
-
rippleColor
→ 23 -
rippleColorDark
→rippleColor
for dark theme -
rippleAccent
→ 24 -
rippleAccentDark
→rippleAccent
for dark theme
-
mainBackground
→ 9 -
mainBackgroundDark
→mainBackground
for dark theme -
primaryText
→ 5 -
primaryTextDark
→primaryText
for dark theme -
secondaryText
→ 4 -
secondaryTextDark
→secondaryText
for dark theme -
dividerList
→ 7 -
dividerListDark
→dividerList
for dark theme
-
RemovedfastScrollHandle
→ 19 -
RemovedfastScrollHandleDark
→fastScrollHandle
for dark theme
-
RemovedpopupBubble
→ 17 -
RemovedpopupBubbleText
→ 18
-
ic_drawer_home.png
→ Home -
ic_drawer_apply.png
→ Apply -
ic_drawer_icons.png
→ Icons -
ic_drawer_request.png
→ Icon Request -
ic_drawer_wallpapers.png
→ Wallpapers -
ic_drawer_settings.png
→ Settings -
ic_drawer_faqs.png
→ FAQs -
ic_drawer_about.png
→ About
Those are icon name for navigation drawer icons. If you want to replace the icon, create image .png
format with 114 x 114
pixels dimensions, name it exactly same as icon name provided above. Copy *.png
file to drawable-xxxhdpi
folder.
NOTE: You only need to create 1 icon for each with white color. CandyBar will recolor it based on color provided in colors.xml
.
-
ic_launcher_abc.png
→ ABC Launcher -
ic_launcher_action.png
→ Action Launcher -
ic_launcher_adw.png
→ ADW Launcher -
ic_launcher_apex.png
→ Apex Launcher -
ic_launcher_atom.png
→ Atom Launcher -
ic_launcher_aviate.png
→ Aviate Launcher -
ic_launcher_cm.png
→ CM Theme Engine -
ic_launcher_evie.png
→ Evie Launcher -
ic_launcher_go.png
→ GO Launcher -
ic_launcher_holo.png
→ Holo Launcher -
ic_launcher_holohd.png
→ Holo Launcher HD -
Removedic_launcher_itop.png
→ iTop Launcher -
Removedic_launcher_kk.png
→ KK Launcher -
ic_launcher_lg.png
→ LG Home -
ic_launcher_lucid.png
→ Lucid Launcher -
ic_launcher_m.png
→ M Launcher -
ic_launcher_mini.png
→ Mini Launcher -
Removedic_launcher_mn.png
→ MN Launcher -
Removedic_launcher_new.png
→ New Launcher -
ic_launcher_next.png
→ Next Launcher -
ic_launcher_nougat.png
→ Nougat Launcher -
ic_launcher_nova.png
→ Nova Launcher -
Removedic_launcher_s.png
→ S Launcher -
ic_launcher_smart.png
→ Smart Launcher -
ic_launcher_solo.png
→ Solo Launcher -
ic_launcher_v.png
→ V Launcher -
ic_launcher_zenui.png
→ ZenUI Launcher -
ic_launcher_zero.png
→ Zero Launcher
Those are icon name for launchers. If you want to replace the icon, create image .png
format with 256 x 256
pixels dimensions, name it exactly same as icon name provided above. Copy *.png
file to drawable-xxxhdpi
folder.
System font will be used as default. If you want to change it, create folder inside assets
folder named fonts
. You will need 3 types of font for regular, medium, and bold.
-
Font-Bold.ttf
→ Bold font -
Font-Medium.ttf
→ Medium font -
Font-Regular.ttf
→ Default font
Rename your font exactly same as font name provided above. Copy to fonts
folder inside assets
folder.
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 repalce.
Here 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
Open apex_settings.xml
inside values folder.
-
drawer_background_color
→ App drawer background color. Format with Hex color codes,#aarrggbb
.aa
→ Alpharr
→ Redgg
→ Greenbb
→ Blue
I'm not sure about the rest
drawer_icon_dark
drawer_icon_text_color
drawer_list_selector_dark_pressed
drawer_list_selector_light_pressed
drawer_selected_dark
drawer_selected_light
drawer_shadow_color
drawer_tab_text_color
drawer_text_color
Copy and paste this
<string name="splash_screen_title">CandyBar Material Dashboard</string>
to dashboard_configurations.xml
. Replace "CandyBar Material Dashboard" with your own text.
Here an example
<string name="splash_screen_title">My Own Text</string>
If you don't want to show it, just set to empty.
<string name="splash_screen_title"></string>
- Setup
- Customization: Basic → Necessary
- Customization: Advanced → Optional
- Dashboard Configuration → Optional