Skip to content

Instantly share code, notes, and snippets.

@icastell
Created May 26, 2013 10:27
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 icastell/5652367 to your computer and use it in GitHub Desktop.
Save icastell/5652367 to your computer and use it in GitHub Desktop.
Pushing the ActionBar to the next level
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/image_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:src="@drawable/daft_punk"/>
<View
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/gradient"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment