Skip to content

Instantly share code, notes, and snippets.

@JeffZane
Created October 17, 2018 05:47
Show Gist options
  • Select an option

  • Save JeffZane/924cb25a47daee6f153437f1f0f7cd0b to your computer and use it in GitHub Desktop.

Select an option

Save JeffZane/924cb25a47daee6f153437f1f0f7cd0b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:angle="0"
android:endColor="#19FFFFFF"
android:startColor="#FFFFFFFF" />
<size
android:width="20dp"
android:height="44dp" />
</shape>
</item>
<item android:left="20dp">
<shape android:shape="rectangle">
<solid android:color="@color/white" />
<size
android:width="21dp"
android:height="44dp" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment