I am edit my fragment_main.xml in Android Studio, and I am getting this error:

Multiple Root Tags

The code block in question here is:

android:orientation="horizontal" android:layout_width="match_parent"

android:layout_height="match_parent">

android:id="@+id/edit_message"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:hint="@string/edit_message" />

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/button_send"/>

I am getting the errors in the brackets before EditText and before Button

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐