<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="20dip">
<CheckBox
android:id="@+id/login_cb_savepwd"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24.0px"
android:checked="true"
android:paddingLeft="60.0px" 将60改为40
android:text="@string/opt_remember"
android:textSize="16.0sp" />
</LinearLayout>
