作为LinearLayout内部View的背景的RippleDrawable被LinearLayout边界剪切 - 是否可以禁用此行为?

时间:2016-09-30 13:52:07

标签: android android-layout android-view rippledrawable

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

LinearLayout
|-TextView

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

1 个答案:

答案 0 :(得分:1)

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