Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@polok
Last active November 15, 2016 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polok/9b95d9dd48b36761a64547c5e3336141 to your computer and use it in GitHub Desktop.
Save polok/9b95d9dd48b36761a64547c5e3336141 to your computer and use it in GitHub Desktop.
[Android] Elevation on Pre-lollipop Devices
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="@android:color/transparent"
android:endColor="#44000000"
android:angle="90"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment