//加入这个即可
android:background="?android:attr/selectableItemBackground"
<TextView
android:id="@+id/tvSell"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="?android:attr/selectableItemBackground"
android:gravity="center"
android:text="卖出"
android:textColor="#fff15057"
android:textSize="16sp"
android:textStyle="bold" />