Skip to content

Instantly share code, notes, and snippets.

@nickbutcher
Created January 29, 2020 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickbutcher/7975a81a31afa7bebfc17d2e825168d3 to your computer and use it in GitHub Desktop.
Save nickbutcher/7975a81a31afa7bebfc17d2e825168d3 to your computer and use it in GitHub Desktop.
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<ConstraintLayout ...
- android:foreground="@drawable/some_ripple"
- android:background="@color/blue" />
+ android:foreground="?attr/selectableItemBackground"
+ android:background="?attr/colorPrimarySurface" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment