<?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. Python序列[1,2,3,4,5]

    序列是用于存放多个值得连续空间,并按一定顺序排列,每一个值(称为元素)都分配一个数,称为索引或位置.通过该索引可以取出相应的值. 索引 序列中的元素都是有序的.拥有自己编号(从0开始),我们可以通过索 ...

  2. Java 创建一个窗口,使其启动时位于屏幕中间

    import java.awt.Toolkit; import javax.swing.JFrame; public class WindowInTheMiddle extends JFrame { ...

  3. linux把程序做成系统服务并自启动

    chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息.谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接. 一.chkconfig 的使用语法1.c ...

  4. AI学习吧-登录注册

    登录注册注销 如果需要给表设置权限,没有登录就不可以查看,只需要在每个视图函数之前加上Auth_classes=[ ]即可! 增加两张表,做登录认证 #models.py #做登录验证 class U ...

  5. mac pro 基本使用

    command+空格  调出搜索框 可以输入:网络,就是配置ip等信息 可以输入:终端,就是命令行窗口 可以输入:触控板,可以调节多点触控版 可以输入:系统偏好设置,进行配置 触控板:多点触控——两个 ...

  6. MyBatis-Plus工具快速入门

    MyBatis-Plus官方文档:http://mp.baomidou.com/#/quick-starthttp://mp.baomidou.com/guide/#%E7%89%B9%E6%80%A ...

  7. python之https爬虫出现 SSL: CERTIFICATE_VERIFY_FAILED (同时打开fiddler就会出现)

    1.参考 Py 坑之 CERTIFICATE_VERIFY_FAILED Python 升级到 2.7.9 之后引入了一个新特性,当你urllib.urlopen一个 https 的时候,会验证一次 ...

  8. 3.ELK 之elasticsearch CRUD

    名词介绍 index: type: document: 数据类型: 索引(index)创建示例 .   type的创建(7.x之后)将会去掉该内容,点我看为什么? 参考脚本: mapping使用 其他 ...

  9. [转]PO BO VO DTO POJO DAO概念及其作用(附转换图)

    来源:http://www.blogjava.net/vip01/archive/2013/05/25/92430.html J2EE开发中大量的专业缩略语很是让人迷惑,尤其是跟一些高手讨论问题的时候 ...

  10. Codeforces 1076F Summer Practice Report dp

    Summer Practice Report dp[ i ][ 0 ]表示放完前 i 页, 第 i 页最后一段是 0, 0个数的最小值. dp[ i ][ 1 ]表示放完前 i 页, 第 i 页最后一 ...