res/layout/chat.xml
changeset 906 0ff0059f2ec3
parent 792 310796265f15
child 916 b2e1b45382a4
equal deleted inserted replaced
797:fbd3585af53e 906:0ff0059f2ec3
    25 				android:focusable="true"/>
    25 				android:focusable="true"/>
    26 			<TextView android:id="@+id/chat_contact_chat_state"
    26 			<TextView android:id="@+id/chat_contact_chat_state"
    27 				android:layout_width="fill_parent" android:layout_height="wrap_content"
    27 				android:layout_width="fill_parent" android:layout_height="wrap_content"
    28 				android:textStyle="italic" android:textSize="12sp"
    28 				android:textStyle="italic" android:textSize="12sp"
    29 				android:focusable="true"/>
    29 				android:focusable="true"/>
       
    30 			<TextView android:id="@+id/chat_contact_otr_state"
       
    31 				android:layout_width="fill_parent" android:layout_height="wrap_content"
       
    32 				android:textStyle="italic" android:textSize="12sp"
       
    33 				android:focusable="true"/>
    30 		</LinearLayout>
    34 		</LinearLayout>
    31 	</LinearLayout>
    35 	</LinearLayout>
    32 	<View android:layout_width="fill_parent" android:layout_height="2dp"
    36 	<View android:layout_width="fill_parent" android:layout_height="2dp"
    33 		android:fadingEdge="horizontal" android:background="#555555" />
    37 		android:fadingEdge="horizontal" android:background="#555555" />
    34 	<ListView android:id="@+id/chat_messages"
    38 	<ListView android:id="@+id/chat_messages"