blob: d81e34e2a2b5015722cfae542a8c6361e28af80e [file] [log] [blame]
alisionf7053602013-07-09 10:25:20 -04001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
Alexandre Lision8b9d8e82013-10-04 09:21:27 -04005 android:background="@null"
alisionf7053602013-07-09 10:25:20 -04006 android:clickable="false"
7 android:focusable="false"
8 android:orientation="vertical" >
9
10 <TextView
11 android:id="@+id/header_letter"
12 android:layout_width="match_parent"
13 android:layout_height="wrap_content"
14 android:clickable="false"
15 android:focusable="false"
Alexandre Lision8b9d8e82013-10-04 09:21:27 -040016 android:textColor="@color/white"
alisionf7053602013-07-09 10:25:20 -040017 android:paddingLeft="5dp"
18 android:textSize="14sp"
19 android:textStyle="bold" />
20
21</LinearLayout>