Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:orientation="vertical">
  7.  
  8. <ProgressBar
  9. android:layout_height="wrap_content"
  10. android:layout_width="wrap_content"
  11. android:layout_gravity="center"
  12. android:id="@+id/progressBar1"
  13. />
  14.  
  15. <WebView
  16. android:id="@+id/webview"
  17. android:layout_width="fill_parent"
  18. android:layout_height="fill_parent"
  19. />
  20. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement