aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/title.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/title.xml')
-rw-r--r--src/main/res/layout/title.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/res/layout/title.xml b/src/main/res/layout/title.xml
new file mode 100644
index 00000000..17ff1a5b
--- /dev/null
+++ b/src/main/res/layout/title.xml
@@ -0,0 +1,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> \ No newline at end of file