Guest User

Untitled

a guest
Jan 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <RelativeLayout
  2. android:layout_width="fill_parent"
  3. android:layout_height="fill_parent" >
  4. <ImageView
  5. android:id="@+id/ivForAll"
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content"
  8. android:layout_alignBottom="@+id/ibMoreAppsButton"
  9. android:layout_alignParentRight="true"
  10. android:layout_marginBottom="30dp" /
  11. <RelativeLayout
  12. android:id="@+id/rl_wood"
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:layout_centerHorizontal="true"
  16. android:layout_marginTop="200dp" >
  17. <ImageView
  18. android:id="@+id/img_weasel"
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content" />
  21. </RelativeLayout>
Add Comment
Please, Sign In to add comment