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

Initial commit
author Brad Greco
date Sat, 04 Jun 2011 18:03:37 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:46783e4c83e2
1 <?xml version="1.0" encoding="utf-8"?>
2 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:padding="10dp"
6 android:textSize="16sp" >
7 </TextView>