私はそれの下に2タップListViewの腐ったが、私はどのようにListViewの上にイメージを配置する方法を把握するようです。私は一番上にImageViewを置こうとしましたが、それはしませんか?リストビューの上のAndroidイメージ?
これは今見た目です。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="#FFFFFF">
<ImageView
android:id="@drawable/frederiksberg"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_weight="1"/>
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="1dp"/>
</LinearLayout>
正確に何を望みますか?あなたは何を試しましたか?ここで共有する –
http://www.catb.org/~esr/faqs/smart-questions.html –