How do you customize the title bar in android. Like 开发者_开发知识库adding a back button to it?
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.)
精彩评论