2012년 6월 7일 목요일

Admob을 화면 밑에 ListView를 나머지 공간에 배치하기

<?xml version="1.0" encoding="utf-8">

<RelativeLayout

xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"

android:layout_width="match_parent"

android:layout_height="match_parent">


<com.google.ads.AdView

ads:adSize="BANNER"

ads:adUnitId="MY_AD_UNIT_ID"

ads:loadAdOnCreate="true"

android:id="@+id/adView"

android:layout_height="wrap_content"

android:layout_width="fill_parent"

android:layout_alignParentBottom="true" />


<ListView

android:id="@+id/list"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:layout_above="@id/adView"/>


</RelativeLayout>

댓글 없음:

댓글 쓰기