<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_height="fill_parent"
    android:layout_width="fill_parent">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="48dip"
        android:background="@color/tileColor"
        android:gravity="center"
        android:orientation="horizontal">
        <TextView
            android:id="@+id/textVeiw1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="@color/white"
            android:textSize="20sp"
            android:text="@string/Name"
            />
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_margin="5dip"
        android:layout_height="0.0dp"
        android:layout_weight="1"
        >
         <TextView
            android:id="@+id/textView2"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/one"    
        />
         <EditText
             android:id="@+id/enditText1"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_gravity="center"
             android:layout_height="wrap_content"
             android:ems="10"
             />
         <TextView
             android:id="@+id/textView3"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/two"
         />
         <EditText
             android:id="@+id/enditText2"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_marginRight="50dip"
             android:layout_height="wrap_content"
             android:ems="10"
             />
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_margin="5dip"
        android:layout_height="0.0dp"
        android:layout_weight="1"
        >
         <TextView
            android:id="@+id/textView4"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/three"    
        />
         <EditText
             android:id="@+id/enditText3"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_gravity="center"
             android:layout_height="wrap_content"
             android:ems="10"
             />
         <TextView
             android:id="@+id/textView5"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/four"
         />
         <EditText
             android:id="@+id/enditText4"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_marginRight="50dip"
             android:layout_height="wrap_content"
             android:ems="10"
             />
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_margin="5dip"
        android:layout_height="0.0dp"
        android:layout_weight="1"
        >
         <TextView
            android:id="@+id/textView6"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/five"    
        />
         <EditText
             android:id="@+id/enditText5"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_gravity="center"
             android:layout_height="wrap_content"
             android:ems="10"
             />
         <TextView
             android:id="@+id/textView7"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/six"
         />
         <EditText
             android:id="@+id/enditText6"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_marginRight="50dip"
             android:layout_height="wrap_content"
             android:ems="10"
             />
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_margin="5dip"
        android:layout_height="0.0dp"
        android:layout_weight="1"
        >
         <TextView
            android:id="@+id/textView8"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/seven"    
        />
         <EditText
             android:id="@+id/enditText7"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_gravity="center"
             android:layout_height="wrap_content"
             android:ems="10"
             />
         <TextView
             android:id="@+id/textView9"
             android:layout_width="0.0dp"
             android:layout_weight="4"
             android:gravity="center"
             android:layout_height="wrap_content"
             android:text="@string/eight"
         />
         <EditText
             android:id="@+id/enditText8"
             android:layout_width="0.0dp"
             android:layout_weight="6"
             android:layout_marginRight="50dip"
             android:layout_height="wrap_content"
             android:ems="10"
             />
    </LinearLayout>

<LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0.0dp"
        android:layout_margin="5dip"
        android:layout_weight="1" >

<TextView
            android:id="@+id/textView10"
            android:layout_width="0.0dp"
            android:layout_height="match_parent"
            android:layout_weight="3.99"
            android:gravity="center"
            android:text="@string/tuoa" />

<TextView
            android:id="@+id/textView11"
            android:layout_width="0.0dp"
            android:layout_height="match_parent"
            android:layout_weight="4.00"
            android:gravity="center"
            android:text="@string/tuob" />
    </LinearLayout>
    
<LinearLayout
    android:layout_width="match_parent"
    android:layout_margin="5dip"
    android:layout_height="0.0dp"
    android:layout_weight="1"
    android:background="@color/tileColor"
    android:gravity="center"
    android:orientation="horizontal" >

<Button
        android:id="@+id/button1"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuoa1" />

<Button
        android:id="@+id/button2"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuoa2" />

<Button
        android:id="@+id/button3"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuoa3" />

<Button
        android:id="@+id/button4"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuob1" />

<Button
        android:id="@+id/button5"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuob2" />

<Button
        android:id="@+id/button6"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuob3" />
</LinearLayout>

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="0.0dp"
    android:layout_margin="5dip"
    android:layout_weight="1" >

<TextView
        android:id="@+id/textView12"
        android:layout_width="0.0dp"
        android:layout_height="match_parent"
        android:layout_weight="3.92"
        android:gravity="center"
        android:text="@string/tuoc" />

<TextView
        android:id="@+id/textView13"
        android:layout_width="0.0dp"
        android:layout_height="wrap_content"
        android:layout_weight="4"
        android:gravity="center"
        android:text="@string/tuod" />
</LinearLayout>

<LinearLayout
    android:layout_width="match_parent"
    android:layout_margin="5dip"
    android:layout_height="0.0dp"
    android:layout_weight="1"
    android:background="@color/tileColor"
    android:gravity="center"
    android:orientation="horizontal" >

<Button
        android:id="@+id/button7"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuoa1" />

<Button
        android:id="@+id/button8"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuoa2" />

<Button
        android:id="@+id/button9"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuoa3" />

<Button
        android:id="@+id/button10"
        style="?android:attr/buttonStyleSmall"
       android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuob1" />

<Button
        android:id="@+id/button11"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuob2" />

<Button
        android:id="@+id/button12"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="0.0dp"
        android:layout_weight="1"
        android:layout_height="60dp"
        android:text="@string/tuob3" />
</LinearLayout>
 </LinearLayout>

Android _立体车库界面的更多相关文章

  1. 解决Android Graphical Layout 界面效果不显示

    解决Android Graphical Layout 界面效果不显示 qq463431476

  2. Android之拨号界面图片风格,无信息默认显示界面修改

    Android之拨号界面图片风格,无信息默认显示界面修改 点开Dialer app,出现拨号,联系人,收藏三个选项卡,也就是三个Fragment,在三个界面都没有信息的时候会显示一个时钟,联系人,收藏 ...

  3. Android实现入门界面布局

    Android实现入门界面布局 开发工具:Andorid Studio 1.3 运行环境:Android 4.4 KitKat 代码实现 首先是常量的定义,安卓中固定字符串应该定义在常量中. stri ...

  4. Android的配置界面PreferenceActivity

    我想大家对于android的系统配置界面应该不会陌生吧,即便陌生,那么下面的界面应该似曾相识吧,假若还是不认识,那么也没有关系,我们这一节主要就是介绍并讲解android 中系统配置界面的使用,相信大 ...

  5. 图解android开发在界面上显示图片

    图解android开发在界面上显示图片<申明:转自百度> <原文章地址:http://jingyan.baidu.com/article/49711c6153a277fa441b7c ...

  6. Android——实现欢迎界面的自动跳转(转)

    Android实现欢迎界面的自动跳转,就是打开某一个安卓手机应用,出现的欢迎界面停留几秒钟,自动进入应用程序的主界面.在网上看到很多种实现办法,但是感觉这种方法还是比较简单的. 在onCreate里设 ...

  7. 二、Android应用的界面编程(七)ViewAnimator及其子类[ ViewSwitcher、ImageSwitcher、TextSwitcher、ViewFlipper ]

    ViewAnimator是一个基类,它继承了FrameLayout.因此它表现出FrameLayout的特征,可以将多个View组“叠”在一起. ViewAnimator可以在View切换时表现出动画 ...

  8. WPF_界面_图片/界面/文字模糊解决之道整理

    原文:WPF_界面_图片/界面/文字模糊解决之道整理 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/u010265681/article/detai ...

  9. Android 架构 2.界面

    其中,最上层的界面,是变化最频繁的一个层面,也是最复杂最容易出问题的一个层面,如果规划不好,很容易做着做着,又乱成一团了.要规划好界面层,至少应该遵循几条基本的原则: 保持规范性:定义好开发规范,包括 ...

随机推荐

  1. Android Studio 打开activity_main.xml不能正常显示

    操作系统:Windows 10 x64 IDE:Android Studio 3.2.1 解决方法:http://www.jcodecraeer.com/a/anzhuokaifa/Android_S ...

  2. Axure实现多用户注册验证

    *****多用户登录验证***** 一.(常规想法)方法:工作量较大,做起来繁琐 1.当用户名和密码相同时怎么区分两者,使用冒号和括号来区分: eg. (admin:123456)(123456:de ...

  3. linux ssh远程免密码登入

    首先登入一台linux服务器,此台做为母机(即登入其他linux系统用这台做为入口):执行一行命令生成key文件:ssh-keygen -t rsa 2 在母机上,进入/roo/.ssh目录,找到id ...

  4. js两种写法执行速度比较

    记录 function test1(){ this.say = function(){} } function test2(){ this.say = function(){} return this ...

  5. 数据增强(每10度进行旋转,进行一次增强,然后对每张图片进行扩充10张patch,最后得到原始图片数*37*10数量的图片)

    # -*- coding: utf-8 -*-"""Fourmi Editor This is a temporary script file.""& ...

  6. 转: 解压Assets.car (iOS加密资源)

    今天想获取APP的资源,但是查看xxx.app文件夹里面,缺少了大部分资源.在文件夹里面发现Assets.car这个文件,发现文件很大有40多M,猜想图片资源会不会被压缩到这里面了,所以就网络上查了下 ...

  7. java使用Jsch实现远程操作linux服务器进行文件上传、下载,删除和显示目录信息

    1.java使用Jsch实现远程操作linux服务器进行文件上传.下载,删除和显示目录信息. 参考链接:https://www.cnblogs.com/longyg/archive/2012/06/2 ...

  8. linux系统(CentOS7)虚拟机上安装oracle 11g,解决oracle图形界面卡住无法点击next问题

    https://www.cnblogs.com/nichoc/p/6416475.html

  9. 【Socket】Java Socket编程基础及深入讲解

    Socket是Java网络编程的基础,了解还是有好处的, 这篇文章主要讲解Socket的基础编程.Socket用在哪呢,主要用在进程间,网络间通信.本篇比较长,特别做了个目录: 一.Socket通信基 ...

  10. mzf的考验

    题解: 比较水吧 显然是平衡树的操作 然后就是写写写 用对拍来查错相比之下直接样例查还是比较容易的 刚开始没有优化常数没开O2就变成暴力分了smg 开了O2就a了 代码: #include <b ...