Skip to content

Instantly share code, notes, and snippets.

@worstkiller
Created September 3, 2017 15:35
Show Gist options
  • Save worstkiller/1f8d282df65256530932651732bde8ec to your computer and use it in GitHub Desktop.
Save worstkiller/1f8d282df65256530932651732bde8ec to your computer and use it in GitHub Desktop.
Passwordless authentication androidbuffer.com
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/rippleColor">
<item>
<shape
android:shape="oval">
<solid android:color="@color/colorAccent" />
<size android:height="56dp" android:width="56dp"/>
</shape>
</item>
</ripple>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment