annotate res/layout/list_item.xml @ 1:adceb82e0818

Add license and readme
author Brad Greco
date Sat, 04 Jun 2011 22:20:54 -0400
parents 46783e4c83e2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
2 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
3 android:layout_width="fill_parent"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
4 android:layout_height="fill_parent"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
5 android:padding="10dp"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
6 android:textSize="16sp" >
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
7 </TextView>