How push on as one item to another in ListView android? -
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>
push on 1 item another? think need override methode of
listview
, don't what.how make rounding @ item?
p.s. sorry english
Comments
Post a Comment