txusballesteros / bubbles-for-android

Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.
Apache License 2.0
1.48k stars 281 forks source link

set theme to bubbles #23

Open mohamadk opened 8 years ago

mohamadk commented 8 years ago

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

hatpick commented 8 years ago

You can modify this code to set the theme in BubblesService