Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ricknout/b0aaefb08918804b4415f368ffa910f5 to your computer and use it in GitHub Desktop.
Save ricknout/b0aaefb08918804b4415f368ffa910f5 to your computer and use it in GitHub Desktop.
Color resource to "on" color attribute update
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<Button
- android:textColor="@android:color/white"
+ android:textColor="?attr/colorOnPrimary"
... />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment