Skip to content

Instantly share code, notes, and snippets.

@worstkiller
Created September 3, 2017 15:30
Show Gist options
  • Save worstkiller/63d9c44366aedc09b805bad8a2e5fee6 to your computer and use it in GitHub Desktop.
Save worstkiller/63d9c44366aedc09b805bad8a2e5fee6 to your computer and use it in GitHub Desktop.
Passwordless authentication androidbuffer.com
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorAccent" />
<size android:height="56dp" android:width="56dp"/>
</shape>
Copy link

ghost commented Sep 3, 2017

Why do you keep messing with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment