Using AppCompat v7, inheriting theme from AppCompat theme, running my app on Lollipop device or Emulator, Buttons and ImageButtons respond with ripple effect on touch but are neither elevated nor animated on the click. Should not be default features?
Manifest.xml:
    <uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="21" />
Update It seems that:
ImageButtonhas only ripple effect by defaultButtonworks with default features but misses ripple effect, elevation and z-animation on click if is present personalizedandroid:backgroundproperty (as color or selector) in xml element