Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
- <Button
- android:id="@+id/button02"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/banner" />
- <com.tapfortap.AdView
- android:id="@+id/ad_view"
- android:layout_width="fill_parent"
- android:layout_height="50dp"
- />
- <Button
- android:id="@+id/button01"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@drawable/button_greengummy" />
- <WebView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/webview"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- />
- <Button
- android:id="@+id/show_ad"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Show Ad" android:layout_gravity="center" android:layout_marginTop="20dip"/>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement