Advertisement
brandonlnelson15

activity_main.xml

Aug 24th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="fill_parent"
  4.    android:layout_height="fill_parent"
  5.    android:orientation="vertical" >
  6.    
  7.  
  8.                         <Button
  9.        android:id="@+id/button02"
  10.        android:layout_width="fill_parent"
  11.        android:layout_height="wrap_content"
  12.        android:background="@drawable/banner" />
  13.  
  14.                        
  15.  
  16.                                   <com.tapfortap.AdView
  17.                android:id="@+id/ad_view"
  18.                android:layout_width="fill_parent"
  19.                android:layout_height="50dp"
  20.                 />  
  21.                  
  22.                                  
  23.                
  24.                <Button
  25.        android:id="@+id/button01"
  26.        android:layout_width="fill_parent"
  27.        android:layout_height="fill_parent"
  28.        android:background="@drawable/button_greengummy" />
  29.  
  30.  
  31.  
  32.         <WebView xmlns:android="http://schemas.android.com/apk/res/android"
  33.            android:id="@+id/webview"
  34.            android:layout_width="fill_parent"
  35.            android:layout_height="fill_parent"
  36.            />
  37.                
  38.         <Button
  39.        android:id="@+id/show_ad"
  40.        android:layout_width="wrap_content"
  41.        android:layout_height="wrap_content"
  42.        android:text="Show Ad" android:layout_gravity="center" android:layout_marginTop="20dip"/>
  43.                
  44. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement