I want make action bar with shadow and line like this image
my main problem is drop shadow and line under action bar.
I want make action bar with shadow and line like this image
my main problem is drop shadow and line under action bar.
As @pattaFeuFeu instruct create 9Patch images and use this code for set image in ActionBar
in your activity
getSupportActionBar().setBackgroundDrawable(
getResources().getDrawable(R.drawable.app_header_bar));