Created
May 26, 2013 10:27
-
-
Save icastell/5652367 to your computer and use it in GitHub Desktop.
Pushing the ActionBar to the next level
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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