2015-11-02 17:40:41 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2019-08-14 11:44:00 -04:00
|
|
|
android:layout_width="@dimen/selection_item_header_width"
|
|
|
|
android:layout_height="@dimen/selection_item_header_height"
|
2015-11-02 17:40:41 -08:00
|
|
|
android:gravity="center"
|
|
|
|
android:textColor="#666"
|
|
|
|
android:textSize="22sp"
|
|
|
|
tools:text="H" />
|