I\'ve seen some SO questions and they gave some possible methods to achieve what I want. For example:
Use colorControlHighlight attribute in st
colorControlHighlight
Use the foreground attribute as selectableItemBackground and background attribute as the color you want.
android:foreground="?attr/selectableItemBackground" android:layout_height="wrap_content" android:layout_width="match_parent" android:background="@color/white"