Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <RelativeLayout
  2. android:id="@+id/layout"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content">
  5.  
  6. <ProgressBar
  7. android:id="@+id/progressBar"
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:visibility="visible"/>
  11.  
  12. <ImageView
  13. android:id="@+id/image"
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_centerInParent="true"/>
  17.  
  18. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement