标题:RadioButton背景图片怎么样根据宽度按比扩大与缩小
取消只看楼主
dengjinbao
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:64
专家分:119
注 册:2011-3-22
结帖率:0
 问题点数:0 回复次数:0 
RadioButton背景图片怎么样根据宽度按比扩大与缩小
程序代码:
 <RadioButton
   android:id="@+id/menu_tab_more"
                android:layout_width="0dip"
                android:layout_height="wrap_content"
                 android:layout_weight="1.0"
                android:background="@drawable/menu_more_btn_bg"
                android:button="@null"
                android:gravity="center"
                android:scaleType="centerInside"
                android:tag="more" /> 
搜索更多相关主题的帖子: 背景图片 
2013-07-31 16:17



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-418358-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.679456 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved