Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 6, 2011 18:43
Show Gist options
  • Save clayallsopp/857525 to your computer and use it in GitHub Desktop.
Save clayallsopp/857525 to your computer and use it in GitHub Desktop.
List item stub 2
...
<TextView
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:textStyle="bold"
android:gravity="center_vertical"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:paddingLeft="10px"
android:id="@+id/term" />
<ImageView
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentRight="true"
android:id="@+id/disclosure" />
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment