From 9581dfcde4720ede5c9fa5ca97210504b6609b3f Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 28 Feb 2014 02:58:15 +0100 Subject: made pgp decrypt stuff a little bit more bearable --- res/layout/fragment_conversation.xml | 40 ++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) (limited to 'res/layout/fragment_conversation.xml') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index 50b9ba3b..22f783d3 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -45,6 +45,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_above="@+id/textsend" + android:layout_below="@+id/info_box" android:layout_alignParentLeft="true" android:background="#e5e5e5" tools:listitem="@layout/message_sent" @@ -53,13 +54,17 @@ android:transcriptMode="alwaysScroll" android:listSelector="@android:color/transparent"> + @@ -77,11 +82,38 @@ android:layout_height="wrap_content" android:id="@+id/otr_fingerprint" android:textColor="#eee" - android:text="2674D6A0 0B1421B1 BFC42AEC C56F3719 672437D8" android:paddingLeft="8dp" android:paddingBottom="8dp" android:textSize="14sp" android:typeface="monospace"/> + + + + + + + \ No newline at end of file -- cgit v1.2.3