为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

肉丸鑫 2016-02-13 21:21:42
 <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" />
查看完整描述

1 回答

?
489112452

TA贡献15条经验 获得超3个赞

报错的代码截图呢

查看完整回答
反对 回复 2016-05-04
  • 1 回答
  • 0 关注
  • 1296 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信