Skip to content

Instantly share code, notes, and snippets.

@taywils
Created May 23, 2013 07:07
Show Gist options
  • Save taywils/5633207 to your computer and use it in GitHub Desktop.
Save taywils/5633207 to your computer and use it in GitHub Desktop.
httptestrow.xml, its what the Places adapter inflates
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView android:id="@+id/htttptestrow_name"
android:textSize="16sp"
android:textStyle="bold"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Line1"/>
<TextView android:id="@+id/httptestrow_vicinity"
android:textSize="8sp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Line2"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment