通常使用“名单”把图像和文字添加到“名单”中,是直截了当的。 您与您的习俗适应者一起创建并调整了ListAdapter(adapter)。
我愿制作一份带有《图像评论》的同一份清单的缩略语。 我曾找过一个例子,但未能找到任何具有形象的人。 请允许我举一个例子,以便我能看到如何做到这一点?
是否在外岛XML中这样做? 如使用以下xml,将如何宣布。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent" android:layout_height="match_parent">
<fragment class="com.demo.android.FragmentLayout$ArticleFragment"
android:id="@+id/article" android:layout_weight="1"
android:layout_width="0px" android:layout_height="match_parent" />
<FrameLayout android:id="@+id/details" android:layout_weight="1"
android:layout_width="0px" android:layout_height="match_parent"
android:background="?android:attr/detailsElementBackground" />
</LinearLayout>