I want to apply ripple effect when any item click. But I can't apply each and every item
android:background="@color/tabColor"
background already set so how to use following code
android:background="?android:attr/selectableItemBackground"
<TextView
android:id="@+id/mistake_btn_tv"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_gravity="bottom"
android:background="@color/tabColor"
android:gravity="center"
android:requiresFadingEdge="none"
android:text=""
android:textColor="@color/md_white_1000"
android:textSize="@dimen/txt_20"
android:textStyle="bold"
android:typeface="monospace"/>
I expect both are working there, my background "tabColor" and also ripple effect