Search code examples
androidfacebookuser-interfacethemesandroid-titlebar

Android - Adding buttons to the title


Please, let me know, how to add buttons to the title bar.

  • Remove the title completely and create a custom title with an ImageView for example.

or

  • Use another approach

My Goal is something similar to the Facebook app enter image description here

UPDATE: API Level >= 10


Solution

  • I think, it's best practice to use Android's Actionbar. Prefer action menu instead of buttons in custom title bar.

    Please see : There's given refresh and edit action menu

    And for the further implementation of actionbar please refer :

    1. http://www.vogella.com/articles/AndroidActionBar/article.html
    2. developer.android.com/guide/topics/ui/actionbar.html‎