Last active
August 5, 2020 13:40
-
-
Save matdziu/a9a5c1d1fb6d8b5ec9a7573c1e7afe31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style name="Style.Button.TextButton" parent="Widget.AppCompat.Button.Borderless.Colored"> | |
| <item name="android:padding">16dp</item> | |
| <item name="android:theme">@style/ThemeOverlay.Button.TextButton</item> | |
| </style> | |
| <style name="ThemeOverlay.Button.TextButton" parent="ThemeOverlay.AppCompat"> | |
| <item name="colorControlHighlight">@color/rippleColor</item> | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment