您的位置:首页 > 其它

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

2011-12-17 11:43 260 查看
<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>

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: