当前位置:   article > 正文

设置checkbox的大小_van-checkbox 大小

van-checkbox 大小

最近,我发现设置checkBox的大小的时候,显示不出来,如果是设置它的高度、宽度为“wrap
_content”的话,它会很大,那么如何让它变小呢?

一、对 scaleX和scaleY进行设置,来设置 显示比例

android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_margin="@dimen/space_10_dp"

        android:scaleX="0.5"
        android:scaleY="0.5"
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

二、用图片来代替

定义一个点击效果,设置选中和未选择的图片显示效果,来进行引用

  android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:button="@null"
        android:layout_margin="@dimen/space_10_dp"
        android:background="@drawable/all_no_pay_account"
  • 1
  • 2
  • 3
  • 4
  • 5

三、设置字体“跑马灯”形式滚动形式展示

 android:ellipsize="marquee"
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/791928
推荐阅读
相关标签
  

闽ICP备14008679号