res/layout/sendim.xml
changeset 117 40a48262a670
parent 103 2320ab48e829
child 143 6f6f5838aef9
equal deleted inserted replaced
116:dded6cd76f8c 117:40a48262a670
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     android:orientation="vertical"
     3     android:orientation="vertical"
     4     android:layout_width="fill_parent" 
     4     android:layout_width="fill_parent" 
     5     android:layout_height="fill_parent">
     5     android:layout_height="fill_parent">
     6     
     6     
     7     <RelativeLayout
     7     <LinearLayout
     8     	android:paddingLeft="10px"
     8     	android:paddingLeft="5px"
     9     	android:paddingRight="10px"
     9     	android:paddingTop="5px"
    10     	android:paddingTop="10px"
    10     	android:background="@drawable/beem_sendim_header_1"
    11     	android:background="@color/blue_sky"
       
    12     	android:orientation="horizontal"
    11     	android:orientation="horizontal"
    13 		android:layout_width="fill_parent"
    12 		android:layout_width="fill_parent"
    14 		android:layout_height="wrap_content">
    13 		android:layout_height="wrap_content">
    15 		
    14 		
    16     	<ImageView android:id="@+id/sendimavatar"
    15     	<ImageView android:id="@+id/sendimavatar"
    17     		android:layout_width="wrap_content"
    16     		android:layout_width="wrap_content"
    18     		android:layout_height="wrap_content"
    17     		android:layout_height="wrap_content"
    19 			android:src="@drawable/avatar"/>
    18 			android:src="@drawable/avatar"/>
    20         
    19 			
    21         <TextView android:id="@+id/sendimlogin"
    20         <LinearLayout
    22         	android:layout_width="wrap_content"
    21         	android:layout_width="fill_parent"
    23 			android:layout_height="wrap_content"
    22         	android:layout_height="fill_parent"
    24 			android:layout_alignTop="@id/sendimavatar"
    23         	android:orientation="vertical">
    25 			android:layout_toRightOf="@id/sendimavatar"
    24         	
    26         	android:hint="@string/SendIMLoginHint"/>
    25 	        <TextView android:id="@+id/sendimlogin"
    27     </RelativeLayout>
    26 	        	android:paddingLeft="15px"
       
    27 	        	android:layout_width="wrap_content"
       
    28 				android:layout_height="wrap_content"
       
    29 	        	android:hint="@string/SendIMLoginHint"/>
       
    30 	        	
       
    31 	        <TextView android:id="@+id/sendimstatus"
       
    32 	        	android:paddingLeft="20px"
       
    33 	        	android:layout_width="wrap_content"
       
    34 				android:layout_height="wrap_content"
       
    35 	        	android:hint="@string/SendIMNoStatusSet"/>
       
    36         </LinearLayout>
       
    37     </LinearLayout>
       
    38     
    28 	<ScrollView
    39 	<ScrollView
    29 		android:id="@+id/sendimscroll"
    40 		android:id="@+id/sendimscroll"
    30 		android:layout_width="fill_parent"
    41 		android:layout_width="fill_parent"
    31 		android:layout_height="fill_parent"
    42 		android:layout_height="fill_parent"
       
    43 		android:background="@drawable/beem_sendim_textview"
    32 		android:layout_weight="1">
    44 		android:layout_weight="1">
    33 		
    45 		
    34 		<TextView android:id="@+id/sendimlist"
    46 		<TextView android:id="@+id/sendimlist"
    35         	android:layout_width="fill_parent"
    47 			android:paddingLeft="10px"
    36         	android:layout_height="wrap_content"
    48 	    	android:paddingRight="10px"
       
    49 	    	android:paddingTop="10px"
       
    50 	        android:layout_width="fill_parent"
       
    51         	android:layout_height="fill_parent"
    37         	android:singleLine="false"/>
    52         	android:singleLine="false"/>
    38         	<!--android:choiceMode="none"
       
    39         	android:transcriptMode="alwaysScroll"-->
       
    40         	
    53         	
    41     </ScrollView>
    54     </ScrollView>
    42         
    55         
    43     <EditText android:id="@+id/userText"
    56     <EditText android:id="@+id/userText"
    44         android:layout_width="fill_parent"
    57         android:layout_width="fill_parent"