我在座谈一下(http://developer.android.com/resources/tutorials/views/hello-listview.html)和Im试图对我的清单调查进行评论(以便总是停留在顶上),但我可以不这样做。 我曾尝试过相对的拖延和线性,但我可以不这样做。 我尝试用一个纽州取代对口,但纽伦州没有显示。 现在使用该法典的Im:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.google.ads.AdView android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="bannerID"
ads:adSize="BANNER"
ads:loadAdOnCreate="true"/>
<ListView android:id="@+id/listView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
</LinearLayout>
该法典在图表版图中看好,但当我掌握清单——项目xml中的内容。 没有人会想如何开展这项工作? 真的希望。