blob: d9c5b47882d81a6b78baeba475bbd7972610c3bc [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"
Alexandre Lision691a1d62013-11-12 10:06:27 -050017 android:background="@color/sfl_dark_blue"
alisionf7053602013-07-09 10:25:20 -040018 android:paddingLeft="5dp"
19 android:textSize="14sp"
20 android:textStyle="bold" />
21
22</LinearLayout>