RippleDrawable 作为 LinearLayout 内 View 的背景被 LinearLayout 边界裁剪 - 可以禁用此行为吗?

RippleDrawable as a background of View inside LinearLayout gets clipped by LinearLayout bounds - can this behavior be disabled?

所以,我有这样的布局层次结构:

LinearLayout
|-TextView

TextView 已将未绑定的 RippleDrawable(即没有遮罩)设置为背景,但是,它会被包含此 TextView 的 LinearLayout 裁剪。是否有任何方法可以改变这种行为,使 RippleDrawable 不会被 LinearLayout 裁剪?

将其背景更改为空或透明 android:background="null"android:background="@android:color/transparent"