Created
May 23, 2013 07:07
-
-
Save taywils/5633207 to your computer and use it in GitHub Desktop.
httptestrow.xml, its what the Places adapter inflates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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