Advertisement
ansh_pastebin

Untitled

Sep 6th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1.  
  2.     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="fill_parent"
  4.    android:layout_height="match_parent"
  5.    android:orientation="horizontal" >
  6.   <LinearLayout
  7.        android:id="@+id/webViewPlaceholder"
  8.        android:layout_width="match_parent"
  9.        android:layout_height="match_parent"
  10.        android:background="#00AC0F"
  11.        android:layout_weight = "1"
  12.        android:gravity="center" >
  13.     </LinearLayout>
  14.  
  15. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement