0

How do you customize the title bar in android. Like adding a back button to it?

Spidy
  • 39,723
  • 15
  • 65
  • 83
tj walker
  • 1,333
  • 3
  • 15
  • 18

1 Answers1

0

You might want to check out the greendroid library, which let's you add buttons to the title bar (among other nice things): http://android.cyrilmottier.com/?p=240 and https://github.com/cyrilmottier/GreenDroid The lib has many other features as well (QuickActionBar). This needs some more work though (subclasses of Activity etc.)

hoffimar
  • 543
  • 5
  • 16