[size=1em][size=1em]<?xml version="1.0" encoding="utf-8"?>
[size=1em]<!-- android:layout_below与 android:layout_above 是必须设置的,否则界面不规则,不设置android:layout_above本界面没有滑动效果-->
[size=1em]<ScrollView android:layout_below="@+id/titleLayout" android:layout_above="@+id/appbottom" android:layout_width="fill_parent"
[size=1em] android:layout_height="fill_parent" android:layout_centerInParent="true" xmlns:android="http://schemas.android.com/apk/res/android">
[size=1em] <LinearLayout android:id="@+id/theWholeLinearLayout" android
rientation="vertical" android:layout_width="fill_parent"
[size=1em] android:layout_height="wrap_content" android:paddingLeft="10px" android:paddingTop="6px" android:paddingRight="10px" >
[size=1em] <LinearLayout android:id="@+id/linearLayoutLeft" android
rientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
[size=1em] <TableLayout android:id="@+id/widget43" android:layout_width="fill_parent"
[size=1em] android:layout_height="fill_parent" android
rientation="vertical"
[size=1em] xmlns:android="http://schemas.android.com/apk/res/android" android:stretchColumns="1">
[size=1em] <TableRow >
[size=1em] <!-- 引用定义好的TextView样式,如果这里的属性和样式里定义的属性重复,则这里会替换样式里定义的属性-->
[size=1em] <TextView android:id="@+id/traderName" android:text="@string/traderName" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] <Spinner android:id="@+id/traderNameS" android:layout_width="fill_parent" android:layout_height="wrap_content">
[size=1em] </Spinner>
[size=1em] </TableRow>
[size=1em]
[size=1em] <TableRow>
[size=1em] <TextView android:id="@+id/departName" android:text="@string/departName" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] <Spinner android:id="@+id/departNameS" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
[size=1em] </TableRow>
[size=1em]
[size=1em] <TableRow >
[size=1em] <TextView android:id="@+id/strComponyName" android:text="@string/accType" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] <Spinner android:id="@+id/accTyte" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
[size=1em] </TableRow>
[size=1em]
[size=1em] <TableRow >
[size=1em] <TextView android:id="@+id/strUserAcc" android:text="@string/userAcc" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] <EditText android:id="@+id/accEditText" android:text="" android:numeric="decimal" style="@style/StyleEditText1" mce_style="@style/StyleEditText1"/>
[size=1em] </TableRow>
[size=1em]
[size=1em] <TableRow >
[size=1em] <TextView android:id="@+id/userPwd" android:text="@string/userPWD" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] <EditText android:id="@+id/userPwdET" android:text="" android:password="true" style="@style/StyleEditText1" mce_style="@style/StyleEditText1"/>
[size=1em] </TableRow>
[size=1em]
[size=1em] <TableRow >
[size=1em] <TextView android:id="@+id/commPwd" android:text="@string/commPWD" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] <EditText android:id="@+id/commPwdET" android:text="" android:password="true" style="@style/StyleEditText1" mce_style="@style/StyleEditText1"/>
[size=1em] </TableRow>
[size=1em] </TableLayout>
[size=1em] </LinearLayout>
[size=1em]
[size=1em] <LinearLayout android
rientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
[size=1em]
[size=1em] <LinearLayout android:id="@+id/linearLayoutTab1" android:layout_height="wrap_content"
[size=1em] android:layout_width="fill_parent" android
rientation="horizontal">
[size=1em]
[size=1em] <LinearLayout android:id="@+id/linearLayoutTab2" android:layout_height="wrap_content"
[size=1em] android:layout_width="fill_parent" android
rientation="horizontal" android:layout_weight="1">
[size=1em] <CheckBox android:id="@+id/recordAcc" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
[size=1em] <TextView android:id="@+id/commPwd" android:text="@string/saveUserAcc" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] </LinearLayout>
[size=1em] <LinearLayout android:id="@+id/linearLayoutTab2" android:layout_height="wrap_content"
[size=1em] android:layout_width="fill_parent" android
rientation="horizontal" android:layout_weight="1">
[size=1em]
[size=1em] <CheckBox android:id="@+id/hideAcc" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
[size=1em] <TextView android:id="@+id/commPwd" android:text="@string/ycUserAcc" style="@style/StyleTextInfo1" mce_style="@style/StyleTextInfo1"/>
[size=1em] </LinearLayout>
[size=1em] </LinearLayout>
[size=1em]
[size=1em] <LinearLayout android:id="@+id/linearLayoutTab1" android:layout_height="wrap_content"
[size=1em] android:layout_width="fill_parent" android
rientation="horizontal">
[size=1em]
[size=1em] <LinearLayout android:layout_width="220px" android:layout_height="wrap_content" android
rientation="horizontal"
[size=1em] android:gravity="center">
[size=1em]
[size=1em] <Button android:id="@+id/confirmexch" android:gravity="center" android:layout_width="wrap_content"
[size=1em] android:layout_height="50px" android:textSize="22dp" android:text="@string/login" android:layout_weight="1"
[size=1em] android:focusable="false" android:textColor="@color/white" android:background="@drawable/buttonl"/>
[size=1em] </LinearLayout>
[size=1em]
[size=1em] <LinearLayout android:id="@+id/linearLayoutTab" android:layout_height="wrap_content"
[size=1em] android:layout_width="fill_parent" android:gravity="center">
[size=1em] <ImageView android:layout_width="wrap_content" android:layout_height="50px" android:id="@+id/myImage"/>
[size=1em] </LinearLayout>
[size=1em] </LinearLayout>
[size=1em] </LinearLayout>
[size=1em] </LinearLayout>
[size=1em]</ScrollView>