diff res/layout/list_item.xml @ 0:46783e4c83e2

Initial commit
author Brad Greco
date Sat, 04 Jun 2011 18:03:37 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout/list_item.xml	Sat Jun 04 18:03:37 2011 -0400
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:padding="10dp"
+    android:textSize="16sp" >
+</TextView>
\ No newline at end of file