Files
chrometophone/android/res/layout/history_header.xml
burke.davey 3a34fb4109 Add history
2010-10-19 07:14:12 +00:00

10 lines
449 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceMedium"
android:paddingLeft="35dip"
android:gravity="center_vertical"
android:textColor="#000000"/>