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 below steps:
1. Make changes to button view in your layout.xml 2. Add new styles in styles.xml
your_layout.xml
-The style attribute calls the style that we created. -Foreground attribute calls the andorid's default selectable attribute.
-The style attribute calls the style that we created.
-Foreground attribute calls the andorid's default selectable attribute.
styles.xml