summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_header.xml
blob: 9f7b4dad9b4e5bcef5cb6fc3421a9a0df778a0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="?attr/borderless_button" >

    <TextView
        android:id="@+id/txtvHeaderTitle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerVertical="true"
        android:layout_marginBottom="24dp"
        android:layout_marginLeft="@dimen/thumbnail_length"
        android:layout_marginRight="16dp"
        android:layout_marginTop="24dp"
        android:paddingLeft="8dp"
        android:textColor="@color/bright_blue"
        android:textSize="@dimen/text_size_large"
        android:textStyle="bold" />

</RelativeLayout>