Skip to content

Instantly share code, notes, and snippets.

@Hariofspades
Created December 12, 2016 06:19
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 Hariofspades/268de0ddf48bb22a8adf5767c98064fa to your computer and use it in GitHub Desktop.
Save Hariofspades/268de0ddf48bb22a8adf5767c98064fa to your computer and use it in GitHub Desktop.
Layout for gradient Image
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/wall"
/>
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/view"
/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment