http://www.xinyangzhuangshi.com/

<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:background="#eee"

android:gravity="center_horizontal"

android:orientation="vertical" >

<RelativeLayout

android:id="@+id/layout_top"

android:layout_width="match_parent"

android:layout_height="40dip"

android:background="@drawable/public_top_bg">

<Button

android:id="@+id/home_register"

android:layout_width="45dp"

android:layout_height="35dp"

android:layout_alignParentLeft="true"

android:layout_centerVertical="true"

android:background="@drawable/public_top_ico"

android:layout_marginLeft="10dp"

android:textColor="@android:color/white"

android:layout_marginTop="2dp"

android:text="返回" />

<RelativeLayout android:layout_width="fill_parent"

android:layout_height="40dip"

android:gravity="center">

<Button     android:id="@+id/completeBtn"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginTop="3dp"

android:layout_centerVertical="true"

android:text="@string/completeStatisc"

android:textColor="@android:color/white"

android:background="@drawable/public_top_ico"

android:layout_centerHorizontal="true"/>

<Button

android:id="@+id/uploadPictureBtn"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/uploadPicture"

android:layout_marginTop="3dp"

android:layout_centerVertical="true"

android:textColor="@android:color/white"

android:layout_centerHorizontal="true"

android:background="@drawable/public_top_ico"

android:layout_toRightOf="@id/completeBtn"/>

</RelativeLayout>

</RelativeLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="vertical"

android:layout_below="@id/layout_top">

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="10dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="商 户   名 称"

android:textColor="@android:color/black"

>

</TextView>

<EditText

android:text="南京骏蝶科技有限公"

android:id="@+id/complete_address"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

</LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@android:color/black"

android:text="收款人账号"/>

<EditText

android:text="1234567890"

android:id="@+id/complete_account"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

</LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@android:color/black"

android:text="收款人姓名"/>

<EditText

android:id="@+id/complete_name"

android:text="雨桥"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

</LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@android:color/black"

android:text="收款人账号开户行名称"/>

<EditText

android:text="南京银行"

android:id="@+id/complete_open_bank_name"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

</LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@android:color/black"

android:text="收款省市"/>

<Spinner

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:id="@+id/province" />

<Spinner

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_toRightOf="@id/province"

android:id="@+id/city"  />

</LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@android:color/black"

android:text="收款银行"/>

<EditText

android:text="南京银行"

android:id="@+id/complete_in_bank_name"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

</LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@android:color/black"

android:text="收款人手机号"/>

<EditText

android:text="1234567890"

android:id="@+id/complete_phone"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

</LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="10dp"

android:layout_marginRight="10dp">

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@android:color/black"

android:text="公司简介"/>

<EditText

android:text="公司简介"

android:id="@+id/complete_company_brief"

android:lines="2"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

</LinearLayout>

<LinearLayout android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_marginTop="5dp"

android:layout_marginLeft="20dp"

android:layout_marginRight="20dp">

<Button android:id="@+id/ensureBtn"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:textColor="@android:color/white"

android:text="@string/ensure"

android:background="@drawable/public_top_ico"/>

</LinearLayout>

</LinearLayout>"

</RelativeLayout>

转载于:https://blog.51cto.com/6269322/1252868

linearLayout和二级菜单联动相关推荐

  1. jq mysql二级联动_jq+php+mysql 实现二级菜单联动

    二级联动下拉菜单选择应用在在很多地方,比如说省市下拉联动,商品大小类下拉选择联动. 实现的效果就是当选择大类时,小类下拉框里的选项内容也随着改变.实现原理:根据大类的值,通过jQuery把值传给后台P ...

  2. 事件练习正反选,二级城市联动,下拉菜单练习

    正反选 [HTML页面] <!DOCTYPE html> <html lang="en"> <head><meta charset=&qu ...

  3. Android 多级菜单联动操作

    今天是分享一个android实现三级菜单联动效果,到了第三级菜单有点复杂,下面带着大家看下代码. 项目结构: 为了让大家更有的耐心的阅读, 我先从简单的开始说起,我们先看下demo实现的效果吧!这样可 ...

  4. Flutter 左右菜单联动

    效果: 像这种左右菜单联动的效果很常见,即点击左边菜单列表右边刷新,这里演示一下在Flutter中的实现 页面结构 很简单,分为左右结构,左边是一个ListView,右边也是一个ListView,然后 ...

  5. android下拉五级菜单联动

    android下拉五级菜单联动 一.问题引出 本人是一个不擅长Android的开发的,但是这几天在做联通的一个服务器配件管理系统,做完B/S的又要写C/S的,老板要求没办法.在做的过程中遇到了一个下拉 ...

  6. android 横向多级列表,Android实现横向二级菜单

    本文实例为大家分享了Android二级横向菜单的实现过程.效果如上图: 这种横向的二级菜单在很多的app都有所应用.效果看起来还是非常的美观的.也算是项目需要,自己也就学了一下这个效果,首先说一下逻辑 ...

  7. WPS Excel多级下拉菜单联动去除子集中的空值

    WPS Excel多级下拉菜单联动去除子集中的空值 实现效果: 在图中可以看出四个省下面的城市数量并不相等.若是按照正常操作下来的结果如下图: 我们可以看到虽然城市不为空,但是会有空选项,这不是我们要 ...

  8. 仿百度糯米/美团二级菜单

    好久没有打开我的CSDN博客了,也是因为年龄一年年大了,生活压力大了,思考的事情已经不在项目上了,最近看见有人给我csdn上留言,说我好久没有更新CSDN了,我刚好最近在开发一个商城项目,实现了一个简 ...

  9. H5 选项卡—三级菜单联动

    最近在写html,写了一个自定义选项卡,两级菜单联动,作为初学者,代码比较乱,句释什么的没怎么仔细写,大家将就看吧 < <!DOCTYPE html> <html>< ...

最新文章

  1. Linux2.6--虚拟文件系统
  2. UVA1629 Cake slicing
  3. 商品品牌信息的增删改查操作步骤_javaweb09-Servlet增删改查
  4. html 星空效果,使用css实现星空效果!
  5. excel亮灯怎么设置_Excel表格技巧—怎么给表格设置密码
  6. 中两个数做减法_人生下半场,学会做减法
  7. HTTP协议 (五) 代理
  8. python小脚本获取抖音直播源的demo
  9. 二次规划(QP)求解与序列二次规划(SQP)求解非线性规划问题
  10. 微积分手机版 pk 清华大学微积分教程
  11. VS2010SP1dvd1安装失败。
  12. zblog导航小智收录网导航模板
  13. 极米Z7X对比当贝D5X区别 哪个值得买
  14. 丰巢快递柜启动超时收费3元封顶;谷歌市值一夜暴涨5000亿;两行代码构成的npm包影响到了数百万项目 | EA周报...
  15. 高效率完成工作的12种热门编程语言,你会用几个?
  16. 办理《北京市工作居住证》各项变更须提交材料
  17. 激活信息管理slmgr.vbs命令详解
  18. 滴滴夜莺:从监控告警系统向运维平台演化
  19. 小 200 行 Python 代码做了一个换脸程序
  20. 10分钟上手,API网关(API Gataway)教程

热门文章

  1. linux检测系统是否被入侵(上)
  2. 第10组-通信2班-011-抓包分析
  3. 为什么程序要从0开始计数
  4. django学习笔记:AdminSite界面配置
  5. JAVA ANDROID SOCKET通信检测(SERVER)连接是否断开
  6. libiconv字符集转换库在C#中的使用
  7. 五八搜索实时索引实现和重构
  8. 为什么很多人说Python简单呢?
  9. Android使用谷歌插件,IT之家学院:教你如何在安卓手机上使用Chrome插件
  10. php加入队列失败,Laravel队列使用中踩的坑,不报错但是队列一直再重试