<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. CPU保护模式DPL、CPL简易理解

    现代INTEL CPU都有保护模式,实模式这两种CPU运行模式.当CPU加电,CPU初始化时就运行在是模式下,然后现代操作系统会从实模式跳转到保护模式! 为什么需要保护模式? 在最开始编程的汇编时代, ...

  2. FusionCharts可使用JavaScript渲染iPhone/iPod/iPad图表

    FusionCharts使用JavaScript: FusionCharts允许用户创建建立JavaScript图表(也就是web上的HTML5 /Canvas图表).这个特性允许用户在不支持Flas ...

  3. 真正理解 git fetch, git pull 以及 FETCH_HEAD(转)

    转自http://www.cnblogs.com/ToDoToTry/p/4095626.html 真正理解 git fetch, git pull 要讲清楚git fetch,git pull,必须 ...

  4. Oracle添加自增长字段方法步骤

    第一步:创建自增长序列 CREATE SEQUENCE ZH_ALARM_INFO_SEQ--自动增长列 INCREMENT BY 1 -- 每次加几个 START WITH 1 -- 从1开始计数 ...

  5. 如何在ABAP Netweaver和CloudFoundry里记录并查看日志

    Netweaver 要记录日志需要有一个checkpoint group,可以自行创建也可以使用标准的.这里我重用标准的group:DEMO_CHECKPOINT_GROUP. tcode SAAB, ...

  6. Atom打造轻量化C/C++ IDE

    写在前面 近期沉迷Atom的颜值无法自拔,在github的光环下,Atom凭借自身良好的素质,获得了大量开发者的青睐.随之而来的就是丰富的插件库,在插件帮助下,它对各种编程语言都有相当好的支持.对与一 ...

  7. [VC]C++ operator 两种用法

    C++中的operator,有两种用法,一种是operator overloading(操作符重载),一种是operator casting(操作隐式转换).下面分别进行介绍:   1.operato ...

  8. IOS NSNotificationCenter(通知 的使用)监听文本框的文字改变

    监听文本框的文字改变 * 一个文本输入框的文字发生改变时,文本输入框会发出一个UITextFieldTextDidChangeNotification通知 * 因此通过监听通知来监听文本输入框的文字改 ...

  9. IOS 导航控制器基本使用(UINavigationController代码创建方式)

    ● UINavigationController的使用步骤 ➢ 初始化UINavigationController ➢ 设置UIWindow的rootViewController为UINavigati ...

  10. EL和JSTL表达式学习记录

    EL.JSTL表达式EL:1.EL使用目的:代替jsp页面中java脚本编写 2.EL作用:(1)从域中取出数据(最重要)(2)EL的内置对象(11个)(3)EL可以执行表达式运算 JSTL(JSP标 ...