我編輯setting_main.xml
文件我的項目的Android Studio中,它給下面的錯誤:多根標籤錯誤的Android
Multiple Root Tags
代碼塊:
<AbsoluteLayout>
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RadioButton ... />
<RadioButton ... />
</RadioGroup>
<TextView ... />
<Button ... />
</AbsoluteLayout>
我不是機器人編程好,但也有一些是錯誤的,此代碼'
Eka
'AbsoluteLayout'已被棄用。而不是使用「LinearLayout」或「RelativeLayout」。 – Piyush