Advertisement
Guest User

Untitled

a guest
May 15th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:paddingBottom="@dimen/activity_vertical_margin"
  7. android:paddingLeft="@dimen/activity_horizontal_margin"
  8. android:paddingRight="@dimen/activity_horizontal_margin"
  9. android:paddingTop="@dimen/activity_vertical_margin"
  10. tools:context="com.example.vertretungsplanapp.MainActivity" >
  11.  
  12.  
  13. <ImageView
  14. android:id="@+id/imageView1"
  15. android:layout_width="fill_parent"
  16. android:layout_height="fill_parent"
  17. android:src="@drawable/splaashhh" />
  18.  
  19.  
  20.  
  21.  
  22.  
  23. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement