res/layout/chat.xml
changeset 792 310796265f15
parent 768 3afcf695da44
child 810 0ff0059f2ec3
child 829 4b36a3c452e6
equal deleted inserted replaced
791:a94a68d961cc 792:310796265f15
    33 		android:fadingEdge="horizontal" android:background="#555555" />
    33 		android:fadingEdge="horizontal" android:background="#555555" />
    34 	<ListView android:id="@+id/chat_messages"
    34 	<ListView android:id="@+id/chat_messages"
    35 		android:layout_width="fill_parent" android:layout_height="0dip"
    35 		android:layout_width="fill_parent" android:layout_height="0dip"
    36 		android:layout_weight="1" android:transcriptMode="normal"
    36 		android:layout_weight="1" android:transcriptMode="normal"
    37 		android:stackFromBottom="true"
    37 		android:stackFromBottom="true"
       
    38 		android:fadingEdge="none" android:padding="4px"
    38 		android:fastScrollEnabled="true" android:smoothScrollbar="false"
    39 		android:fastScrollEnabled="true" android:smoothScrollbar="false"
    39 		android:layout_marginBottom="20sp" android:padding="4px"
       
    40 		android:focusable="true"/>
    40 		android:focusable="true"/>
    41 	<LinearLayout android:layout_width="fill_parent"
    41 	<LinearLayout android:layout_width="fill_parent"
    42 		android:layout_height="wrap_content" android:orientation="horizontal"
    42 		android:layout_height="wrap_content" android:orientation="horizontal"
    43 		android:background="#222222" android:padding="8px">
    43 		android:background="#222222" android:padding="8px">
    44 		<EditText android:id="@+id/chat_input" android:layout_width="0dip"
    44 		<EditText android:id="@+id/chat_input" android:layout_width="0dip"