checkbox 文字与多选框的对齐问题

<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>


---------------------------------------------------------------------------------------------------------------------------------
copyright:http://www.cnblogs.com/anee/
原文地址:https://www.cnblogs.com/anee/p/2675895.html