Skip to content

Instantly share code, notes, and snippets.

@tmk815
Created November 12, 2016 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmk815/775dfa7304fbc93d747b6630adc6f580 to your computer and use it in GitHub Desktop.
Save tmk815/775dfa7304fbc93d747b6630adc6f580 to your computer and use it in GitHub Desktop.
Custom_ListView
<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:drawSelectorOnTop="false"
android:layout_weight="1" >
</ListView>
<TextView
android:id="@+id/id_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="25sp" />
<TextView
android:id="@+id/name_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/relation_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/date_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/place_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment