Skip to content

Instantly share code, notes, and snippets.

@worstkiller
Created September 3, 2017 18:04
Show Gist options
  • Save worstkiller/9a569b4f28a79aebf920f52683e84906 to your computer and use it in GitHub Desktop.
Save worstkiller/9a569b4f28a79aebf920f52683e84906 to your computer and use it in GitHub Desktop.
Passwordless authentication androidbuffer.com
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:left="-2dp"
android:right="-2dp"
android:top="-2dp">
<shape>
<solid android:color="@color/editTextCode" />
<stroke
android:width="1dp"
android:color="@color/colorAccent" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment