res/layout/sendim.xml
changeset 103 2320ab48e829
parent 102 e3e8bf449590
child 117 40a48262a670
equal deleted inserted replaced
102:e3e8bf449590 103:2320ab48e829
    23 			android:layout_height="wrap_content"
    23 			android:layout_height="wrap_content"
    24 			android:layout_alignTop="@id/sendimavatar"
    24 			android:layout_alignTop="@id/sendimavatar"
    25 			android:layout_toRightOf="@id/sendimavatar"
    25 			android:layout_toRightOf="@id/sendimavatar"
    26         	android:hint="@string/SendIMLoginHint"/>
    26         	android:hint="@string/SendIMLoginHint"/>
    27     </RelativeLayout>
    27     </RelativeLayout>
    28 	
    28 	<ScrollView
    29 	<ListView android:id="@android:id/list"
    29 		android:id="@+id/sendimscroll"
    30         android:layout_width="fill_parent"
    30 		android:layout_width="fill_parent"
    31         android:choiceMode="none" 
    31 		android:layout_height="fill_parent"
    32         android:layout_height="wrap_content"
    32 		android:layout_weight="1">
    33         android:layout_weight="1"
    33 		
    34         android:transcriptMode="alwaysScroll"/>
    34 		<TextView android:id="@+id/sendimlist"
       
    35         	android:layout_width="fill_parent"
       
    36         	android:layout_height="wrap_content"
       
    37         	android:singleLine="false"/>
       
    38         	<!--android:choiceMode="none"
       
    39         	android:transcriptMode="alwaysScroll"-->
       
    40         	
       
    41     </ScrollView>
    35         
    42         
    36     <EditText android:id="@+id/userText"
    43     <EditText android:id="@+id/userText"
    37         android:layout_width="fill_parent"
    44         android:layout_width="fill_parent"
    38         android:cursorVisible="false"
    45         android:cursorVisible="false"
    39         android:hint="@string/SendIMToSendHint"
    46         android:hint="@string/SendIMToSendHint"