0

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?

Alex Zaitsev
  • 2,013
  • 4
  • 30
  • 56

1 Answers1

1

You could probably extend that Library's Activity and then set it manually. Check a similar situation somebody asked here

Community
  • 1
  • 1
Sergi Juanola
  • 6,531
  • 8
  • 56
  • 93