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?
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