From 6e3e1d310aafddd9ddf9fc09c23df2d13f760dfd Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Wed, 9 Jul 2014 21:45:03 +0200 Subject: unified warnings/error msgs --- res/layout/fragment_conversation.xml | 115 +++++++++-------------------------- 1 file changed, 29 insertions(+), 86 deletions(-) (limited to 'res/layout') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index 749d97b2..4605889d 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/primarybackground" > + android:background="@color/secondarybackground" > - - - - - + android:minHeight="48dp" + android:background="@color/darkbackground" + android:visibility="gone"> - - - - - - - - - - - + - - - - - - + android:layout_alignParentRight="true" + android:layout_centerVertical="true" + android:textSize="14sp" + android:textColor="@color/ondarktext" + android:textStyle="bold" + android:textAllCaps="true" + android:paddingLeft="24dp" + android:paddingRight="24dp" + android:paddingTop="18dp" + android:paddingBottom="18dp"/> + \ No newline at end of file -- cgit v1.2.3