Android _立体车库界面
<?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 _立体车库界面的更多相关文章
- 解决Android Graphical Layout 界面效果不显示
解决Android Graphical Layout 界面效果不显示 qq463431476
- Android之拨号界面图片风格,无信息默认显示界面修改
Android之拨号界面图片风格,无信息默认显示界面修改 点开Dialer app,出现拨号,联系人,收藏三个选项卡,也就是三个Fragment,在三个界面都没有信息的时候会显示一个时钟,联系人,收藏 ...
- Android实现入门界面布局
Android实现入门界面布局 开发工具:Andorid Studio 1.3 运行环境:Android 4.4 KitKat 代码实现 首先是常量的定义,安卓中固定字符串应该定义在常量中. stri ...
- Android的配置界面PreferenceActivity
我想大家对于android的系统配置界面应该不会陌生吧,即便陌生,那么下面的界面应该似曾相识吧,假若还是不认识,那么也没有关系,我们这一节主要就是介绍并讲解android 中系统配置界面的使用,相信大 ...
- 图解android开发在界面上显示图片
图解android开发在界面上显示图片<申明:转自百度> <原文章地址:http://jingyan.baidu.com/article/49711c6153a277fa441b7c ...
- Android——实现欢迎界面的自动跳转(转)
Android实现欢迎界面的自动跳转,就是打开某一个安卓手机应用,出现的欢迎界面停留几秒钟,自动进入应用程序的主界面.在网上看到很多种实现办法,但是感觉这种方法还是比较简单的. 在onCreate里设 ...
- 二、Android应用的界面编程(七)ViewAnimator及其子类[ ViewSwitcher、ImageSwitcher、TextSwitcher、ViewFlipper ]
ViewAnimator是一个基类,它继承了FrameLayout.因此它表现出FrameLayout的特征,可以将多个View组“叠”在一起. ViewAnimator可以在View切换时表现出动画 ...
- WPF_界面_图片/界面/文字模糊解决之道整理
原文:WPF_界面_图片/界面/文字模糊解决之道整理 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/u010265681/article/detai ...
- Android 架构 2.界面
其中,最上层的界面,是变化最频繁的一个层面,也是最复杂最容易出问题的一个层面,如果规划不好,很容易做着做着,又乱成一团了.要规划好界面层,至少应该遵循几条基本的原则: 保持规范性:定义好开发规范,包括 ...
随机推荐
- Linux编程学习笔记(一)
Linux的发展趋势势在必行,国内的服务器的操作系统Linux占到主导地位,不光是操作系统,还有嵌入式系统. 1. 今天就Linux的其中一个版本做一介绍,如下是Centos的版本之间的区别. ins ...
- What is base..ctor(); in C#?
I am disassembling some C# applications and I am trying to reconstruct the source code. I am disasse ...
- MySql中 delimiter 详解
转载于:http://blog.csdn.net/yuxin6866/article/details/52722913 其实就是告诉MySQL解释器,该段命令是否已经结束了,mysql是否可以执行了. ...
- Personal小金库(避免遗忘,优秀的网址会保存于此方便自己查看)
由于记性不好,~.~,所以整理了一下一些自己经常看的网址或者博客......不断更新中,如果对您造成了侵权,我立马删除.谢谢~.~ 1:个人的一些link~.~ 博客园名称:别先生 博客园网址:htt ...
- [转] jQuery的deferred对象详解
jQuery的开发速度很快,几乎每半年一个大版本,每两个月一个小版本. 每个版本都会引入一些新功能.今天我想介绍的,就是从jQuery 1.5.0版本开始引入的一个新功能----deferred对象. ...
- textarea文本域宽度和高度width及height自动适应实现代码
<HTML> <HEAD> <TITLE>textarea宽度.高度自动适应处理方法</TITLE> <!-- 控制宽度的自动适应 --> ...
- 【loj6142】「2017 山东三轮集训 Day6」A 结论题+Lucas定理
题解: 当奇数 发现答案就是C(n,1)^2+C(n,3)^2+...C(n,n)^2 倒序相加,发现就是C(2n,n) 所以答案就是C(2n,n)/2 当偶数 好像并不会证 打表出来可以得到 2.当 ...
- 【NPM】常见问题解决
问题列表 问题一:npm install 执行报错 npm ERR! Unexpected end of JSON input while parsing near '...ependencies&q ...
- python全栈开发day55-mysql外键的三种变种
一.昨日内容回顾 二.今日内容总结 三.mysql应知必会 你可以通过INFORMATION_SCHEMA.KEY_COLUMN_USAGE 表来查看. select * from INFORMATI ...
- C#操作xml SelectNodes,SelectSingleNode总是返回NULL
SelectNodes,SelectSingleNode总是返回NULL 原文地址:http://www.cnblogs.com/linlf03/archive/2011/11/30/2268705. ...