Skip to content

Instantly share code, notes, and snippets.

@paulofaria
Created February 29, 2016 20:12
Show Gist options
  • Save paulofaria/365fc767fdabaec44d0f to your computer and use it in GitHub Desktop.
Save paulofaria/365fc767fdabaec44d0f to your computer and use it in GitHub Desktop.
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/backgroundImageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/bg_timeline"
android:scaleType="centerCrop"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment