-------------------| CheckBox Icon || || CheckBox Text || | -------------------
默认情况下,图标位于左侧,文本位于右侧,两者位于同一级别.在我正在使用的布局下面:
<CheckBox androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" androID:text="Switch state" androID:button="@drawable/my_custom_selector" />
有关如何实现将图标放在顶部以及图标下方的文本的任何想法?提前致谢 :)
解决方法 带有已检查和未选中的drawables的CheckedTextVIEw状态列表:<CheckedTextVIEw androID:drawabletop="@drawable/checkmark" androID:checked="true" androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" androID:text="Checked text"/>
@绘制/对勾
<selector xmlns:androID="http://schemas.androID.com/apk/res/androID"><item androID:drawable="@drawable/unchecked" androID:state_checked="false"></item><item androID:drawable="@drawable/checked"></item></selector>
(checkmark.xml已简化).
总结以上是内存溢出为你收集整理的Android:如何在底部对齐CheckBox文本?全部内容,希望文章能够帮你解决Android:如何在底部对齐CheckBox文本?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)