<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginBottom="200dp"
android:layout_marginRight="30dp" > <TableRow
android:id="@+id/tableRow1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</TableRow> <!-- //间隔 --> <TableRow
android:id="@+id/tableRow2"
android:layout_width="2dp"
android:layout_height="30dp" > <View
android:layout_width="2dp"
android:layout_height="30dp" />
</TableRow>
> <TableRow
android:id="@+id/tableRow3"
android:layout_width="wrap_content"
android:layout_height="wrap_content" > <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="7" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="8" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="9" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardClearClickListner"
android:text="清空" /> <View
android:layout_width="20dp"
android:layout_height="2dp" />
</TableRow> <!-- //间隔 --> <TableRow
android:id="@+id/tableRow4"
android:layout_width="2dp"
android:layout_height="30dp" > <View
android:layout_width="2dp"
android:layout_height="30dp" />
</TableRow>
> <TableRow
android:id="@+id/tableRow5"
android:layout_width="wrap_content"
android:layout_height="wrap_content" > <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="4" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="5" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="6" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="0" /> <View
android:layout_width="20dp"
android:layout_height="2dp" />
</TableRow> <!-- //间隔 --> <TableRow
android:id="@+id/tableRow6"
android:layout_width="2dp"
android:layout_height="30dp" > <View
android:layout_width="2dp"
android:layout_height="30dp" />
</TableRow>
> <TableRow
android:id="@+id/tableRow7"
android:layout_width="wrap_content"
android:layout_height="wrap_content" > <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="1" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="2" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardNumClickListner"
android:text="3" /> <View
android:layout_width="20dp"
android:layout_height="2dp" /> <Button
android:background="@drawable/keyboard_password_selector"
android:onClick="loginKeyBoardEnterClickListner"
android:text="确认" /> <View
android:layout_width="20dp"
android:layout_height="2dp" />
</TableRow>
</TableLayout>

35、键盘布局的tableLayout备份的更多相关文章

  1. 树莓派(raspberry pi)学习4: 更改键盘布局(转)

    树莓派(raspberry pi)用了几次后,发现键盘老是按错,一些字符打不出来或打错 这个问题,折腾我半天.还是把心得分享一下吧 上网查,发现是键盘布局不对,树莓派(raspberry pi)是英国 ...

  2. Android 布局之TableLayout

    Android 布局之TableLayout 1 TableLayout简介 TableLayout是表格布局.TableLayout 可设置的属性包括全局属性及单元格属性. 1.1 全局属性 有以下 ...

  3. vim常用命令 vim键盘布局

    vim键盘布局,vim快捷键 vim常用命令:

  4. gnome设置dvorak键盘布局

    若桌面环境为gnome,设置Dvorak键盘程序员布局很简单.系统设置 -> 键盘 -> 布局设置 -> 点击"+" ->选择"英语(适合程序员的 ...

  5. EditText 默认不获取焦点,弹出软键盘布局变形解决方案

    关于弹出软键盘布局变形解决方案: 在androidMainfest.xml文件中在此Activity中写入 android:windowSoftInputMode="adjustPan&qu ...

  6. Vim键盘布局

     Vim键盘布局 用Linux的朋友一定会使用到Vim这个文本编辑器,它是由Vi发展而来的编辑器,其具有代码补齐.编译.错误跳转等丰富的功能,非常适合编程.对于修改Linux配置文件它更是你不二的选择 ...

  7. CentOS 5.x 键盘布局改为日语

    CentOS 5.x 直接在系统设置界面修改键盘布局,可能不起作用,需要按如下步骤修改配置文件. 1. /etc/sysconfig/keyboard KEYTABLE="jp106&quo ...

  8. Android 布局详解 -三表格布局(TableLayout)以及重要属性

              TableLayout跟TableRow 是一组搭配应用的布局,TableLayout置底,TableRow在TableLayout的上方,而Button.TextView等控件就 ...

  9. 树莓派 Learning 002 装机后的必要操作 --- 00 修改键盘布局

    树莓派 装机后的必要操作 - 修改键盘布局 我的树莓派型号:Raspberry Pi 2 Model B V1.1 装机系统:NOOBS v1.9.2 上网查,发现树莓派的键盘布局不对,树莓派(ras ...

随机推荐

  1. 一位学长的学习建议(java方向)

    1.前台总得有个拿的出手的页面能力吧,ajax,jquery不说精通但是至少能看懂,能根据业务需求来改吧. 2.数据库方面至少得玩过mysql,DB2,Oracle中的两个以上吧.hibernate或 ...

  2. RF的一些技术知识

    1. dBm 定义的是 miliwatt(毫瓦特).0 dBm=1mw:    dBw 定义 watt.0 dBW = 1 W =1000 mw = 10lg(1000/1)dBm=30dbm. dB ...

  3. jQuery-安装方法(2类)

    一.下载到本地,调用本地jQuery库 下载地址:http://jquery.com/download/ 共有两个版本的 jQuery 可供下载: 1.精简版:用于实际的网站中,已被精简和压缩. 2. ...

  4. IBM WebSphere MQ安装及配置详解

    打开MQ安装程序,选择下一步,默认安装WebSphere MQ, 完成MQ的安装工作,启动WebSphere MQ, 服务器配置,选择新建队列管理器,创建名为 "mq"的队列管理器 ...

  5. IOS 截屏(保存到相册中)

    @interface NJViewController () /** * 点击截屏按钮 */ - (IBAction)captureView:(UIButton *)sender; /** * 白色v ...

  6. iOS 不同的崩溃类型

    http://m.blog.csdn.net/kangguang/article/details/62501490 用汇编语言编写的软件跟用脚本或标记语言编写的Web应用的差别在于,前者在出现问题时会 ...

  7. github不能加载css、js解决办法

    很奇怪,上午在公司还能正常访问github,晚点访问却有问题,页面样式明显错乱. 在FireFox下用F12开发者工具一看,有2条css和2条js 404 了,猜想应该是github的DNS被GFW污 ...

  8. vue实现tab切换功能精简版

    <template> <div> <p class="tabs" v-for="(list,index) in lists" :c ...

  9. 第十四篇、OC_新闻查看器

    PageTitleView: #import <UIKit/UIKit.h> @class GFBPageTitleView; @protocol GFBPageTitleViewDele ...

  10. Mysql忘记密码找回步骤

    Mysql密码忘记找回步骤: 1.首先停止数据库 [root@localhost ~]# /etc/init.d/mysqld stop 2.使用--skip-grant-tables启动mysql, ...