RTextView上如果加了
app:ripple_color="@color/rippleColorPrimary"
app:ripple="true"
在9.0、10的设备上ok,在7.1的设备上报以下异常:
java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.shapes.Shape android.graphics.drawable.shapes.Shape.clone()' on a null object reference

RTextView上如果加了
app:ripple_color="@color/rippleColorPrimary"
app:ripple="true"
在9.0、10的设备上ok,在7.1的设备上报以下异常:

java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.shapes.Shape android.graphics.drawable.shapes.Shape.clone()' on a null object reference