Advertisement
Guest User

Untitled

a guest
May 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. activity_main.xml :
  2.  
  3. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="#ffffff" >
  8.  
  9. <ImageView
  10. android:id="@+id/imageView1"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:layout_alignParentBottom="true"
  14. android:layout_centerHorizontal="true"
  15. android:src="@drawable/wheel"
  16. android:contentDescription="@string/wheel" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement