求助 计算器的代码错误

有待 2017-09-19 11:29:46


<?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"
android:orientation="vertical" >


<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minLines="2" />


<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">




<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="MC" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="MR" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="MS" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="M+" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="M-" />


</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">




<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="←" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CE" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="C" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="±" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="√" />
</LinearLayout>


<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="7" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="8" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="9" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="/" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="%" />
</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="4" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="5" />

<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="6" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="*" />
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1/X" />
</LinearLayout>

<LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content" android:orientation="horizontal"
>

<LinearLayout android:layout_width="wrap_content"
android:layout_height="wrap_content" android:orientation="vertical"
android:layout_weight="1">

<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent" android:orientation="horizontal">
<Button android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_weight="1"
android:text="1"></Button>
<Button android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_weight="1"
android:text="2"></Button>
<Button android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_weight="1"
android:text="3"></Button>
<Button android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_weight="1"
android:text="-"></Button>

</LinearLayout>

<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent" android:orientation="horizontal">
<Button android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_weight="2"
android:text="0"></Button>
<Button android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_weight="3"
android:text="."></Button>
<Button android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_weight="3"
android:text="+"></Button>

</LinearLayout>


<LinearLayout android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="3"
<Button android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="="></Button>
</LinearLayout>


</LinearLayout>
</LinearLayout>




</LinearLayout>


错误:
Multiple annotations found at this line:
- error: Error parsing XML: not well-formed (invalid token)
- Element type "LinearLayout" must be followed by either attribute specifications, ">"
or "/>".
...全文
127 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
泥巴城 2017-09-20
  • 打赏
  • 举报
回复
倒数第8行少了一个尖括号 >
  • 打赏
  • 举报
回复
比较初级的问题,处理过程当中,根据提示的语义,以后还是建议要自己找找
  • 打赏
  • 举报
回复
<LinearLayout android:layout_width="wrap_content"  
                       android:layout_height="match_parent"
                       android:layout_weight="3"
              <Button android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text="="></Button>
         </LinearLayout>    
         
         
         </LinearLayout>      
 </LinearLayout>  
上面第3行少一个> 上面是在代码的后面的部分

80,337

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧