Advertisement
Guest User

logcat

a guest
Jan 23rd, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. [main.xml]
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  5. android:layout_width="wrap_content"
  6. android:layout_height="wrap_content"
  7. android:orientation="vertical">
  8.  
  9. <WebView
  10. android:id="@+id/webview"
  11. android:layout_width="fill_parent"
  12. android:layout_height="fill_parent"
  13. />
  14.  
  15. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement