I have been found in forum, how remove the border bottom in Android action bar, but no method (setElevation(0) and <item name="android:windowContentOverlay">@null</item>)
work with my example.
Always have a border.
Thanks.
RESOLVED:
I did it!! Sorry, I was confusing because I thought the border/shadow was of ActionBar theme, but no, It was of Activity theme. I did it with "@null" added in style of the activity Thanks everybody for your help.