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>

posted @ 2011-12-17 11:43  Atlas's blog  阅读(833)  评论(0编辑  收藏  举报