My Android application has two style themes. And i am wondering is it possible to set two icons for the same application and switch between them, when user changes App theme? Each icon for one style. Thanks
Asked
Active
Viewed 188 times
0
-
two icons for the same application, where? – Charuක Dec 14 '16 at 13:11
-
on desktop an in launcher applications list. Not two icons. One application icon which can be changed dynamically, when user is switching between my app themes – Fedor Dec 14 '16 at 13:15
-
This could be what you're after? http://stackoverflow.com/questions/1103027/how-to-change-an-application-icon-programmatically-in-android – JamesSwinton Dec 14 '16 at 13:19
-
Thanks) But i need to replace my app icon not only on homescreen but also in all apps list in launcher – Fedor Dec 14 '16 at 13:22
-
check also the second answer of the question linked above, it might work – Pier Giorgio Misley Dec 14 '16 at 13:26
-
Yep) Sounds to be a temporary solution, but this solutions doesn't replace the icon at all, but i'll try it. Thanks!) – Fedor Dec 14 '16 at 13:29