Skip to content

Instantly share code, notes, and snippets.

@ricknout
Last active August 25, 2020 18:03
Show Gist options
  • Save ricknout/ee4dade0b4795872832cc09553da2b08 to your computer and use it in GitHub Desktop.
Save ricknout/ee4dade0b4795872832cc09553da2b08 to your computer and use it in GitHub Desktop.
MDC-Android colors per state
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<!-- In button/res/color/mtrl_btn_bg_color_selector.xml -->
<selector ...>
<item android:color="?attr/colorPrimary" android:state_enabled="true" />
<item android:alpha="0.12" android:color="?attr/colorOnSurface" />
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment