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.界面
其中,最上层的界面,是变化最频繁的一个层面,也是最复杂最容易出问题的一个层面,如果规划不好,很容易做着做着,又乱成一团了.要规划好界面层,至少应该遵循几条基本的原则: 保持规范性:定义好开发规范,包括 ...
随机推荐
- Java 获取屏幕的宽、高
import java.awt.Toolkit; public class GetScreenSize { public static void main(String[] args) { int s ...
- Vue注意事项及用得较多的属性归纳
1.prop是一个对象而不是字符串数组时,它包含验证要求.props: { // 基础类型检测 (`null` 意思是任何类型都可以) propA: Number, // 多种类型 propB: [S ...
- spring cloud 创建一个简单Eureka Server
在Spring Cloud实现一个Eureka Server是一件非常简单的事情.下面我们来写一个Eureka Server DEMO. 编码 父项目pom.xml <?xml version= ...
- tensorflow:验证码的识别(下)
上两篇详细的说明了验证码的识别,不过我们采用的是方法二,下面采用方法一.注意和方法二的区别. 验证码识别方法一: 把标签转为向量,向量长度为40.(4位数字验证码) 验证码的生成和tf.record的 ...
- 利用SVD-推荐未尝过的菜肴2
推荐未尝过的菜肴-基于SVD的评分估计 实际上数据集要比我们上一篇展示的myMat要稀疏的多. from numpy import linalg as la from numpy import * d ...
- 20165328 预备作业3 Linux安装及命令
Linux安装及学习 Linux安装遇到的问题: 问题:在我开始安装虚拟机的时候,在安装过程中总会出现初始界面,且无法跳过,陷入死循环. 解决方法:我在网上百度搜索该问题之后得到了答案,第一个界面是要 ...
- fcagte.exe应用程序错误
原文:What is Fcagte.exe and How To Fix It? Overview of Fcagte.exe What Is Fcagte.exe? Fcagte.exe is a ...
- expdp、impdp 使用sys用户操作时的注意事项
https://blog.csdn.net/ctypyb2002/article/details/78420711
- python爬虫实例
import re import requests from bs4 import BeautifulSoup # 主方法 def main(): # 给请求指定一个请求头来模拟chrome浏览器 h ...
- MySQL 官方 Docker 镜像的使用
首先是pull image,这里我拉取的是5.6.35: $ sudo docker pull mysql:5.6.35 拉下来以后大可以按照官方的说明无脑启动,但是外部无法访问,所以绑定端口: $ ...