<?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">     <TextView        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:gravity="center"        android:text="欢迎你"        android:textSize="30dp"></TextView>     <LinearLayout        android:layout_width="match_parent"        android:layout_height="match_parent">         <Button            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_weight="1"            android:text="提交"></Button>         <Button            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_weight="1"            android:text="重置"></Button>    </LinearLayout> </LinearLayout>

更多相关文章

  1. 【1510-14】大规模登陆界面
  2. 1236546545
  3. 用户注册表练习
  4. mysql新增纪录中某设有默认值的字段为null
  5. PHP提交表单失败后如何保留已经填写的信息
  6. git的撤销、删除和版本回退
  7. PHP switch计算器
  8. 请说说MySQL中的事务
  9. 如何为网站制作Sitemap

随机推荐

  1. 8天入门docker系列 —— 第三天 使用aspn
  2. 想要成为一名优秀的软件测试工程师,这8项
  3. 8天入门docker系列 —— 第四天 使用aspn
  4. 从GC的SuppressFinalize方法带你深刻认识
  5. 当模板方法遇到了委托函数,你的代码又可以
  6. Linq中带有迭代索引的Select扩展方法,为啥
  7. 面向接口编程,你考虑过性能吗?
  8. 慎用ToLower和ToUpper,小心把你的系统给拖
  9. 同步异步多线程这三者关系,你能给面试官一
  10. 内存迟迟下不去,可能你就差一个GC.Collect