You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, txusballesteros thanks for this really amazing project.
I have a question is there any way to set a theme to bubbles I use carbon library and I hope to find a way to set that theme to bubbles.
and of course, I use your project in service which we cannot set a theme to them in the manifest file.
for now, I use this code
getApplicationContext().setTheme(R.style.AppThemeCarbon);
its work on 4.4 and higher API versions but not working on lower versions can you suggest me a way to set a theme to bubbles?
and repeat i use your project in service, not in an activity
The text was updated successfully, but these errors were encountered:
Hi, txusballesteros thanks for this really amazing project.
I have a question is there any way to set a theme to bubbles I use carbon library and I hope to find a way to set that theme to bubbles.
and of course, I use your project in service which we cannot set a theme to them in the manifest file.
for now, I use this code
getApplicationContext().setTheme(R.style.AppThemeCarbon);
its work on 4.4 and higher API versions but not working on lower versions can you suggest me a way to set a theme to bubbles?
and repeat i use your project in service, not in an activity
The text was updated successfully, but these errors were encountered: