赞
踩
最近,我发现设置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"
二、用图片来代替
定义一个点击效果,设置选中和未选择的图片显示效果,来进行引用
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"
三、设置字体“跑马灯”形式滚动形式展示
android:ellipsize="marquee"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。