view 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
line wrap: on
line source

<?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>