Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: XML  |  size: 0.41 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version ="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.         android:layout_width="fill_parent"
  5.         android:layout_height="fill_parent">
  6.     <ImageView android:src="@drawable/appsplash"
  7.        android:id="@+id/ImageView01"
  8.        android:layout_width="fill_parent"
  9.        android:layout_height="fill_parent">
  10.     </ImageView>
  11. </LinearLayout>