Skip to content

Instantly share code, notes, and snippets.

@YvesBill
Created August 16, 2013 17:10
Show Gist options
  • Save YvesBill/6251684 to your computer and use it in GitHub Desktop.
Save YvesBill/6251684 to your computer and use it in GitHub Desktop.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ImageView
android:id="@+id/splash"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:src="@drawable/ic_launcher"
android:layout_gravity="center"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment