aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/title.xml
blob: 17ff1a5b04f64aeea32e999edb0d6d6bbaf282a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@android:color/transparent"
    android:orientation="vertical">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text=""
        android:id="@+id/conversationsTitle"
        android:textSize="@dimen/action_bar_title_text_size"
        android:textColor="@color/primaryTextOnDark"/>
</LinearLayout>