blob: c596b3af5f1ab4b0a0b9b1c37eefd12c88e9c142 [file] [log] [blame]
alision84813a12013-05-27 17:40:39 -04001<?xml version="1.0" encoding="utf-8"?>
2<TextView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/list_header_title"
4 style="?android:attr/listSeparatorTextViewStyle"
5 android:layout_width="fill_parent"
6 android:layout_height="wrap_content"
7 android:paddingBottom="2dip"
8 android:paddingLeft="5dip"
9 android:paddingTop="2dip" />