猿问

为什么我的imagebutton那里的代码会报错

 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:tools="http://schemas.android.com/tools"

    android:id="@+id/container"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="vertical"

    tools:context="com.first.mytry.MainActivity"

    tools:ignore="MergeRootFrame" >


      <Button

          android:id="@+id/button1"

          android:layout_width="match_parent"

          android:layout_height="wrap_content"

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

    <FrameLayout>

   </FrameLayout>

   <ImageButton

        android:id="@+id/imageButton1"

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        android:src="@drawable/ic_launcher" />


肉丸鑫
浏览 1297回答 1
1回答

489112452

报错的代码截图呢
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答