Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <ProgressBar
  2. android:id="@+id/progbar"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. style="@android:style/Widget.ProgressBar.Small"
  6. android:layout_marginRight="5dp" />
  7.  
  8. String username = user.getText().toString();
  9. String password = pass.getText().toString();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement