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:
ImageButton
has only ripple effect by defaultButton
works with default features but misses ripple effect, elevation and z-animation on click if is present personalizedandroid:background
property (as color or selector) in xml element