I created my own library with one activity and use it in another project. But when I create my own app theme with custom title bar for my activities in my project I have an issue. Activity from my library (of course) have default title bar. Any ideas how to solve it with the easiest way?
Share
You could probably extend that Library’s Activity and then set it manually. Check a similar situation somebody asked here