item.xml
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/listcountry_root_relative"
android:layout_width="match_parent"
android:layout_height="150dp">
<ImageView
android:id="@+id/listcountry_item_fragment_imageView_background"
android:layout_width="match_parent"
android:layout_height="150dp"
android:scaleType="centerCrop"/>
<TextView
android:id="@+id/listcountry_item_fragment_nameCountryTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="test"
android:textSize="25sp"
android:textColor="@android:color/darker_gray"
android:layout_marginLeft="30dp"
android:layout_marginTop="30dp"/>
</RelativeLayout>
将一个项目推送到另一个项目?我想我需要覆盖ListView
的方法,但我不知道。
如何对项目进行舍入?
P.S。对不起我的英文