Skip to content

Instantly share code, notes, and snippets.

@TimCastelijns
Created January 22, 2019 10:21
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 TimCastelijns/45d3582576f7ff05a24c16f54a80dccf to your computer and use it in GitHub Desktop.
Save TimCastelijns/45d3582576f7ff05a24c16f54a80dccf to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/secondaryButtonPressedBorderColor">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
<corners android:radius="28dp"/>
<stroke android:width="2dp"/>
</shape>
</item>
<item android:state_enabled="false"
android:drawable="@drawable/secondary_button_inactive"/>
<item android:drawable="@drawable/secondary_button_default"/>
</ripple>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment