<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
          android:layout_marginLeft="20dip">

            <CheckBox
                android:
                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>
checkbox 文字与多选框的对齐问题

相关文章:

  • 2022-12-23
  • 2021-06-11
  • 2021-07-26
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
相关资源
相似解决方案