res/layout/chat.xml
changeset 895 b2e1b45382a4
parent 829 4b36a3c452e6
parent 810 0ff0059f2ec3
child 911 0de5ddd06ecd
equal deleted inserted replaced
894:5315a5713dd5 895:b2e1b45382a4
    26 				android:focusable="true"/>
    26 				android:focusable="true"/>
    27 			<TextView android:id="@+id/chat_contact_chat_state"
    27 			<TextView android:id="@+id/chat_contact_chat_state"
    28 				android:layout_width="fill_parent" android:layout_height="wrap_content"
    28 				android:layout_width="fill_parent" android:layout_height="wrap_content"
    29 				android:textStyle="italic" android:textSize="12sp"
    29 				android:textStyle="italic" android:textSize="12sp"
    30 				android:focusable="true"/>
    30 				android:focusable="true"/>
       
    31 			<TextView android:id="@+id/chat_contact_otr_state"
       
    32 				android:layout_width="fill_parent" android:layout_height="wrap_content"
       
    33 				android:textStyle="italic" android:textSize="12sp"
       
    34 				android:focusable="true"/>
    31 		</LinearLayout>
    35 		</LinearLayout>
    32 	</LinearLayout>
    36 	</LinearLayout>
    33 	<View android:layout_width="fill_parent" android:layout_height="2dp"
    37 	<View android:layout_width="fill_parent" android:layout_height="2dp"
    34 		android:fadingEdge="horizontal" android:background="#555555" />
    38 		android:fadingEdge="horizontal" android:background="#555555" />
    35 	<ListView android:id="@+id/chat_messages"
    39 	<ListView android:id="@+id/chat_messages"