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> 
  1. push on 1 item another? think need override methode of listview, don't what.

  2. how make rounding @ item?

p.s. sorry english


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -