aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/title.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2016-05-16 01:35:46 +0200
committersteckbrief <steckbrief@chefmail.de>2016-05-16 01:35:46 +0200
commitfe78f858bacf54f8285db31b7d6aa65ff3628f15 (patch)
tree93b81f8069c24ab3ad07a4f389a752914b791513 /src/main/res/layout/title.xml
parent351db27a77c200e526b86c318213b72cd65d1b7b (diff)
avatar displayed as a circle, positioning adjusted, colors changed back to correct ones, positioning moved to own class file
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