res/layout/chat.xml
changeset 812 9d3a7af41ec2
parent 810 0ff0059f2ec3
child 895 b2e1b45382a4
--- a/res/layout/chat.xml	Sun Dec 05 18:45:47 2010 +0100
+++ b/res/layout/chat.xml	Sun Dec 05 18:45:54 2010 +0100
@@ -27,6 +27,10 @@
 				android:layout_width="fill_parent" android:layout_height="wrap_content"
 				android:textStyle="italic" android:textSize="12sp"
 				android:focusable="true"/>
+			<TextView android:id="@+id/chat_contact_otr_state"
+				android:layout_width="fill_parent" android:layout_height="wrap_content"
+				android:textStyle="italic" android:textSize="12sp"
+				android:focusable="true"/>
 		</LinearLayout>
 	</LinearLayout>
 	<View android:layout_width="fill_parent" android:layout_height="2dp"