Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.41 KB | None | 0 0
  1.     <RelativeLayout
  2.        android:id="@+id/progress"
  3.        android:layout_width="match_parent"
  4.        android:layout_height="match_parent"
  5.        android:clickable="true"
  6.        android:visibility="gone">
  7.  
  8.         <ProgressBar
  9.            android:layout_width="wrap_content"
  10.            android:layout_height="wrap_content"
  11.            android:layout_centerInParent="true" />
  12.  
  13.     </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement