Advertisement
Selzier

Untitled

Oct 10th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:id="@+id/fragment_container"
  4.    android:layout_width="fill_parent"
  5.    android:layout_height="fill_parent" >
  6.  
  7.     <View       android:layout_width="fill_parent"
  8.                android:layout_height="fill_parent"
  9.                android:background="#ff000000"     />
  10.     <ImageView  android:id="@+id/splashscreen"
  11.                android:layout_width="wrap_content"
  12.                android:layout_height="wrap_content"
  13.                android:layout_centerInParent="true"
  14.                android:layout_gravity="center"
  15.                android:scaleType="centerInside"
  16.                android:src="@drawable/app_splash" />
  17. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement