Skip to content

Instantly share code, notes, and snippets.

@HugoMatilla
Created October 19, 2020 18:33
Show Gist options
  • Save HugoMatilla/b4ff473d18a93abfa955e161c896b78f to your computer and use it in GitHub Desktop.
Save HugoMatilla/b4ff473d18a93abfa955e161c896b78f to your computer and use it in GitHub Desktop.
<style name="Widget.MyApp.Button">
<item name="android:textColor">?attr/colorOnPrimary</item>
<item name="backgroundTint">?attr/colorPrimary</item>
</style>
<Button
style="@style/Widget.MyApp.Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment