res/layout/sendim.xml
changeset 279 af993bc754a5
parent 276 673ee3896d50
child 295 66c7566e4caa
equal deleted inserted replaced
278:8bfaad9cfe93 279:af993bc754a5
    48 		</LinearLayout>
    48 		</LinearLayout>
    49 	-->
    49 	-->
    50 
    50 
    51 	<ScrollView android:id="@+id/sendimscroll"
    51 	<ScrollView android:id="@+id/sendimscroll"
    52 		android:layout_width="fill_parent" android:layout_height="fill_parent"
    52 		android:layout_width="fill_parent" android:layout_height="fill_parent"
    53 		android:background="@drawable/beem_sendim_textview"
       
    54 		android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
    53 		android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
    55 		android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
    54 		android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
    56 		android:scrollbarSize="12dip" android:layout_weight="1">
    55 		android:scrollbarSize="12dip" android:layout_weight="1">
    57 
    56 
    58 		<TextView android:id="@+id/sendimlist" android:paddingLeft="10px"
    57 		<TextView android:id="@+id/sendimlist" android:paddingLeft="10px"
    59 			android:textColor="@color/black"
       
    60 			android:paddingRight="10px" android:paddingTop="10px"
    58 			android:paddingRight="10px" android:paddingTop="10px"
    61 			android:layout_width="fill_parent" android:layout_height="fill_parent"
    59 			android:layout_width="fill_parent" android:layout_height="fill_parent"
    62 			android:singleLine="false" />
    60 			android:singleLine="false"/>
    63 
    61 
    64 	</ScrollView>
    62 	</ScrollView>
    65 
    63 
    66 	<EditText android:id="@+id/userText" android:layout_width="fill_parent"
    64 	<EditText android:id="@+id/userText" android:layout_width="fill_parent"
    67 		android:cursorVisible="false" android:hint="@string/SendIMToSendHint"
    65 		android:cursorVisible="false" android:hint="@string/SendIMToSendHint"