Search code examples
androidandroid-actionbarandroid-5.0-lollipopappbar

Actions bars android L


enter image description here

How can I create App bars (Action bar) like displayed on this screenshot? And how can I attach App bar to any view or card view? And is it possible with Android L SDK?


Solution

  • Take a look at article Action Bar simplification and Toolbar. Seems like you should use new Toolbar widget instead of ActionBar. Also here answer on stack