命名空间(红色部分):可以提示语法错误

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout

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

android:layout_width="fill_parent"

android:layout_height="fill_parent">

<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">

<Button android:layout_height="wrap_content" android:text="GoGo" android:layout_width="wrap_content" android:id="@+id/Button01"></Button>

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

android:layout_width="fill_parent" android:layout_height="fill_parent"

android:scrollbars="vertical" android:fadingEdge="vertical">

<TextView android:layout_width="fill_parent"

android:layout_height="wrap_content" android:id="@+id/TextView01"

android:paddingTop="5dip" />

</ScrollView>

</LinearLayout>

</LinearLayout>

更多相关文章

  1. Catalog Service - 解析微软微服务架构实例代码
  2. 介绍一个微软开源项目网站--CodePlex
  3. 具体分析微软的xml解析器
  4. 继 GitHub 后微软又收购了 npm
  5. 想来微软实习吗?
  6. 尝鲜!微软首个AI量化投资开源平台Qlib上手体验!
  7. 10% + 10% = 0.11 ?是 bug 还是 feature ?微软开源的计算器项目告
  8. 大新闻!Python 之父重新出山,加入微软开发部
  9. GitHub 热门:微软新开源的 Python 静态类型检查器

随机推荐

  1. Centos7下安装和配置MySQL5.7.20的详细教
  2. MySQL事务及Spring隔离级别实现原理详解
  3. MySQL explain获取查询指令信息原理及实
  4. IDEA连接mysql又报错!Server returns inva
  5. CentOS7.8安装mysql 8.0.20的教程详解
  6. mysql迁移至8.0时的注意事项(小结)
  7. linux 之centos7搭建mysql5.7.29的详细过
  8. MySQL去重该使用distinct还是group by?
  9. MySQL 事务概念与用法深入详解
  10. MySQL 的启动选项和系统变量实例详解