[Theme][Theme Chooser] add more icons

thehacker911

Inactive Recognized Developer
Jan 15, 2013
484
1,299
0
Gangkofen
Add more Icons for Sec Theme Chooser

For this you just need to edit the file theme_app_list.xml under /system/csc/.
To find out the app Activity you can use this app: https://play.google.com/store/apps/details?id=ex.chinyang.android.xshortcut

By Facebook you paste this lines in theme_app_list.xml (before <ThemeAppList> ) :

Code:
  <ThemeApp
        theme:className="com.facebook.katana.LoginActivity"
        theme:iconId="theme_app_facebook_icon" />
An example can be found here: https://github.com/HRTKernel/Sec_Themechooser

In Annex I uploaded you one example, flash the zip over recovery and install apk. There are the following icons themet (the theme should of course also the support):

Facebook (Icon name: theme_app_facebook_icon)
Whatsapp (Icon name: theme_app_whatsapp_icon)
Play Store (Icon name: theme_app_playstore_icon)

and more (facebook, chrome, es file explorer, dropbox, gmail, googleplus, tapatalk, youtube, whatsapp, googlefoto, googlesettings, googlesearch, googlemaps)

Happy theming :D
 

Attachments

Last edited:

Calaisz17

Senior Member
Jun 4, 2013
205
28
0
Adelaide
Add more Icons for Sec Theme Chooser

For this you just need to edit the file theme_app_list.xml under /system/csc/.
To find out the app Activity you can use this app: https://play.google.com/store/apps/details?id=ex.chinyang.android.xshortcut

By Facebook you paste this lines in theme_app_list.xml (before <ThemeAppList> ) :

Code:
  <ThemeApp
        theme:className="com.facebook.katana.LoginActivity"
        theme:iconId="theme_app_facebook_icon" />
An example can be found here: https://github.com/HRTKernel/Sec_Themechooser

In Annex I uploaded you one example, flash the zip over recovery and install apk. There are the following icons themet (the theme should of course also the support):

Facebook (Icon name: theme_app_facebook_icon)
Whatsapp (Icon name: theme_app_whatsapp_icon)
Play Store (Icon name: theme_app_playstore_icon)

and more (facebook, chrome, es file explorer, dropbox, gmail, googleplus, tapatalk, youtube, whatsapp, googlefoto, googlesettings, googlesearch, googlemaps)

Happy theming :D

is the theme chooser ported from note 4?