Skip to content

Instantly share code, notes, and snippets.

@ricknout
Last active January 19, 2023 09:29
Show Gist options
  • Save ricknout/41658b98a216f69c756f03b646ed9e2e to your computer and use it in GitHub Desktop.
Save ricknout/41658b98a216f69c756f03b646ed9e2e to your computer and use it in GitHub Desktop.
Framework buttons in layout
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<Button
android:id="@+id/containedButton"
android:background="@drawable/bg_button_gradient"
android:textColor="@android:color/white"
... />
<Button
android:id="@+id/textButton"
style=”?attr/borderlessButtonStyle”
... />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment