res/layout/sendim.xml
changeset 317 f930c6558d37
parent 295 66c7566e4caa
child 326 c5f000965df8
equal deleted inserted replaced
316:5efd53751e9e 317:f930c6558d37
    26 				android:lines="1" android:scrollHorizontally="true"
    26 				android:lines="1" android:scrollHorizontally="true"
    27 				android:hint="@string/SendIMNoStatusSet" android:paddingLeft="15sp" />
    27 				android:hint="@string/SendIMNoStatusSet" android:paddingLeft="15sp" />
    28 		</LinearLayout>
    28 		</LinearLayout>
    29 	</LinearLayout>
    29 	</LinearLayout>
    30 
    30 
    31 	<!--
       
    32 		<LinearLayout android:paddingLeft="5px" android:paddingTop="5px"
       
    33 		android:background="@drawable/beem_sendim_header_1"
       
    34 		android:orientation="horizontal" android:layout_width="fill_parent"
       
    35 		android:layout_height="wrap_content" android:layout_weight="4">
       
    36 
       
    37 		<ImageView android:id="@+id/sendimavatar"
       
    38 		android:layout_width="wrap_content"
       
    39 		android:layout_height="wrap_content" android:maxHeight="80px"
       
    40 		android:layout_weight="5" android:src="@drawable/background"/>
       
    41 
       
    42 		<LinearLayout android:layout_width="fill_parent"
       
    43 		android:layout_height="fill_parent" android:layout_weight="1"
       
    44 		android:orientation="vertical"> <TextView
       
    45 		android:id="@+id/sendimlogin" android:paddingLeft="15px"
       
    46 		android:layout_width="wrap_content"
       
    47 		android:layout_height="wrap_content"
       
    48 		android:hint="@string/SendIMLoginHint"/> <TextView
       
    49 		android:id="@+id/sendimstatus" android:paddingLeft="20px"
       
    50 		android:layout_width="wrap_content"
       
    51 		android:layout_height="wrap_content"
       
    52 		android:hint="@string/SendIMNoStatusSet"/> </LinearLayout>
       
    53 		</LinearLayout>
       
    54 	-->
       
    55 
       
    56 	<ScrollView android:id="@+id/sendimscroll"
    31 	<ScrollView android:id="@+id/sendimscroll"
    57 		android:layout_width="fill_parent" android:layout_height="fill_parent"
    32 		android:layout_width="fill_parent" android:layout_height="fill_parent"
    58 		android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
    33 		android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
    59 		android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
    34 		android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
    60 		android:scrollbarSize="12dip" android:layout_weight="1">
    35 		android:scrollbarSize="12dip" android:layout_weight="1">