I tried to add ripple effect on my TextView used as button which has dark background.
I already tried
android:foreground="?attr/selectableItemBackground"
on TextViewandroid:theme="@style/Base.ThemeOverlay.AppCompat.Dark"
on TextView parent becuase Textview has dark background, also tried light theme.
Also i can not set TextView background as android:background="attr/selectableItemBackground
because i need some dark background on textview.
Can someone give me understanding, how can i achieve this requirement.