答案 0 :(得分:0)
在layout.xml中,您必须使用
注释可点击的视图.post-like {
height: 100px;
position: relative;
display: table-cell;
vertical-align: middle;
width: auto;
cursor: pointer;
font-weight: 400;
line-height: 25px;
}
表示您描述的效果。但是,它仅适用于API 21及更高版本的设备。对于低于API 21的设备,您可以使用:
android:foreground="?android:attr/selectableItemBackgroundBorderless"