res/layout/sendim.xml
changeset 152 f14b3fcf65c8
parent 143 6f6f5838aef9
child 171 b214244738f7
equal deleted inserted replaced
151:e47398897afe 152:f14b3fcf65c8
     5     android:layout_height="fill_parent">
     5     android:layout_height="fill_parent">
     6     <LinearLayout
     6     <LinearLayout
     7         android:orientation="horizontal"
     7         android:orientation="horizontal"
     8         android:layout_width="fill_parent"
     8         android:layout_width="fill_parent"
     9         android:layout_height="wrap_content"
     9         android:layout_height="wrap_content"
    10         android:paddingLeft="10px"
       
    11         android:paddingRight="10px"
       
    12         android:background="@drawable/beem_sendim_header_1"
    10         android:background="@drawable/beem_sendim_header_1"
    13         android:gravity="center_vertical" >
    11         android:gravity="center_vertical" >
    14 
    12 
    15         <ImageView android:id="@+id/sendimavatar"
    13         <ImageView
    16         	android:layout_weight="5"
    14         	android:id="@+id/sendimavatar"
    17         	android:layout_width="fill_parent"
    15         	android:src="@drawable/avatar"
       
    16         	android:adjustViewBounds="true"
       
    17         	android:maxWidth="70dip"
       
    18             android:maxHeight="70dip"
       
    19             android:padding="10dip"
       
    20         	android:layout_width="wrap_content"
    18             android:layout_height="wrap_content"
    21             android:layout_height="wrap_content"
    19             android:gravity="center_vertical" />
    22              />
    20 
    23 
    21 		<LinearLayout
    24 		<LinearLayout
    22 			android:orientation="vertical"
    25 			android:orientation="vertical"
    23 			android:layout_weight="1"
       
    24         	android:layout_width="fill_parent"
    26         	android:layout_width="fill_parent"
    25         	android:layout_height="wrap_content" >
    27         	android:layout_height="wrap_content" >
    26         	<TextView android:id="@+id/sendimlogin"
    28         	<TextView android:id="@+id/sendimlogin"
    27 				android:layout_width="fill_parent"
    29 				android:layout_width="fill_parent"
    28             	android:layout_height="wrap_content"            	
    30             	android:layout_height="wrap_content"            	
    29             	android:paddingLeft="20sp" />
    31             	android:paddingLeft="10sp" />
    30 			<TextView android:id="@+id/sendimstatus"
    32 			<TextView android:id="@+id/sendimstatus"
    31 				android:layout_width="fill_parent"
    33 				android:layout_width="fill_parent"
    32             	android:layout_height="wrap_content"
    34             	android:layout_height="wrap_content"
       
    35             	android:lines="1"
       
    36             	android:scrollHorizontally="true"
    33             	android:hint="@string/SendIMNoStatusSet"
    37             	android:hint="@string/SendIMNoStatusSet"
    34             	android:paddingLeft="20sp" />
    38             	android:paddingLeft="15sp" />
    35 		</LinearLayout>
    39 		</LinearLayout>
    36 </LinearLayout>
    40 </LinearLayout>
    37 
    41 
    38 <!--    <LinearLayout
    42 <!--    <LinearLayout
    39     	android:paddingLeft="5px"
    43     	android:paddingLeft="5px"
    74 	<ScrollView
    78 	<ScrollView
    75 		android:id="@+id/sendimscroll"
    79 		android:id="@+id/sendimscroll"
    76 		android:layout_width="fill_parent"
    80 		android:layout_width="fill_parent"
    77 		android:layout_height="fill_parent"
    81 		android:layout_height="fill_parent"
    78 		android:background="@drawable/beem_sendim_textview"
    82 		android:background="@drawable/beem_sendim_textview"
       
    83 		android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
       
    84 	    android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
       
    85 	    android:scrollbarSize="12dip"
    79 		android:layout_weight="1">
    86 		android:layout_weight="1">
    80 		
    87 		
    81 		<TextView android:id="@+id/sendimlist"
    88 		<TextView android:id="@+id/sendimlist"
    82 			android:paddingLeft="10px"
    89 			android:paddingLeft="10px"
    83 	    	android:paddingRight="10px"
    90 	    	android:paddingRight="10px"