<?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"
android:padding="10dp"> <TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="姓名:"
android:textSize="28sp"
android:textColor="#000000"
/> <EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="请输入姓名"
android:maxLines="2"
android:textColor="#000000"
android:textSize="20sp" /> <!--<&lt;!&ndash;TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />&ndash;&gt;--> </LinearLayout>

最新文章

  1. 使用sublimehighlight 将文本 转化html
  2. mysql数据库表结构导出
  3. intelliJ idea debug模式下启动慢的原因
  4. Java多线程编程核心技术---对象及变量的并发访问(一)
  5. perl 二维数组
  6. 九度OJ 1108 堆栈的使用
  7. Nyoj 虚拟的城市之旅(bfs)
  8. IIS配置 Web部署 svg/woff/woff2字体 404错误
  9. mysql查询语句处理
  10. 如何给框架添加API接口日志
  11. [LeetCode&amp;Python] Problem 27. Remove Element
  12. 如何解决:对应的服务器 tls 为 tls 1.0,小程序要求的TLS版本必须大于等于1.2问题
  13. Vue2.5开发去哪儿网App 第二章笔记
  14. JavaScript数组&amp;类数组转换
  15. MYSQL SELECT 过程 转
  16. nginx-1.2.7 + tcp_proxy_module手动编译安装
  17. python学习笔记(异常处理)
  18. jqgrid扩展 获取表单数据
  19. error while loading shared libraies :libopencv_core_so.3.4:cannot open shared object
  20. OC 构造方法

热门文章

  1. python 中 logging 模块的 log 函数以及坑
  2. java8中计算两个日期时间LocalDateTime的时间差,格式化成xx年yy月zz日aa时bb分cc秒
  3. Python使用设计模式中的责任链模式与迭代器模式的示例
  4. (三)表单与servlet的初步结合
  5. topK问题
  6. Zabbix部分监控指标
  7. 【web 安全测试Tools】BurpSuite 1.7.32及注册机【无后门版】
  8. URL锚点HTML定位技术机制、应用与问题
  9. 【计算机视觉】Objectness算法(一)---总体理解,整理及总结
  10. apache-phoenix-5.0.0-HBase-2.0-bin 登陆报错