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"
|
|
|
|
android:layout_width="48dp"
|
2017-04-23 21:50:45 -05:00
|
|
|
android:layout_height="60dp"
|
2015-11-02 17:40:41 -08:00
|
|
|
android:gravity="center"
|
|
|
|
android:textColor="#666"
|
|
|
|
android:textSize="22sp"
|
|
|
|
tools:text="H" />
|