【发布时间】:2016-10-17 00:52:39
【问题描述】:
我的 XML 有问题。
我的 XML 没有在 textview 附近显示球。
我给你看我的代码。
提前致谢!
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RadioGroup
android:id="@+id/chk_box_tavolo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"/>
<TextView
android:id="@+id/name_tavolo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textStyle="bold" />
<!--</LinearLayout>-->
</LinearLayout>
【问题讨论】:
标签: android xml android-layout radio-button radio-group