Skip to content

Instantly share code, notes, and snippets.

@vemacs
Created May 25, 2015 18:08
Show Gist options
  • Select an option

  • Save vemacs/d6079e0640dd360e4c88 to your computer and use it in GitHub Desktop.

Select an option

Save vemacs/d6079e0640dd360e4c88 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#33000000"
android:endColor="@android:color/transparent"
android:angle="-90">
</gradient>
</shape>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<!-- Your views here -->
<View
android:layout_width="match_parent"
android:layout_height="8dp"
android:background="@drawable/shadow" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment