Skip to content

Instantly share code, notes, and snippets.

@matdziu
Last active August 5, 2020 13:40
Show Gist options
  • Select an option

  • Save matdziu/a9a5c1d1fb6d8b5ec9a7573c1e7afe31 to your computer and use it in GitHub Desktop.

Select an option

Save matdziu/a9a5c1d1fb6d8b5ec9a7573c1e7afe31 to your computer and use it in GitHub Desktop.
<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