Last active
August 25, 2020 18:03
-
-
Save ricknout/ee4dade0b4795872832cc09553da2b08 to your computer and use it in GitHub Desktop.
MDC-Android colors per state
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
<!-- 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