Advertisement
Selzier

Untitled

Oct 10th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.81 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:id="@+id/fragment_container"
  8.                 android:layout_width="fill_parent"
  9.                android:layout_height="fill_parent"
  10.                android:background="#ff000000"     />
  11.     <ImageView  android:id="@+id/splashscreen"
  12.                android:layout_width="wrap_content"
  13.                android:layout_height="wrap_content"
  14.                android:layout_centerInParent="true"
  15.                android:layout_gravity="center"
  16.                android:scaleType="centerInside"
  17.                android:src="@drawable/app_splash" />
  18. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement