赞
踩
RadioButton设置图片无法居中问题
像下面这样的布局只能让文字居中,文字左边的圆圈图标还是靠左显示。
android:id="@+id/group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="horizontal" >
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:checked="false"
android:gravity="center"
android:text="1asdf"
android:textColor="#000000" />
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:checked="false"
android:gravity="center&
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。