Skip to content

Instantly share code, notes, and snippets.

@DenBond7
Created August 23, 2017 13:23
Show Gist options
  • Save DenBond7/0c63dad37227b154d1008588c20fdf15 to your computer and use it in GitHub Desktop.
Save DenBond7/0c63dad37227b154d1008588c20fdf15 to your computer and use it in GitHub Desktop.
android_bottom_line_grey_1dp
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:gravity="bottom">
<shape>
<size android:height="1dp" />
<solid android:color="#989898" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment