main.xml代码<?xml version="1.0" encoding="utf-8"?><TableLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="fill_parent"    android:layout_height="fill_parent"    >        <TableRow>    <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  7  "/>             <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  8  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  9  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  /  "/>        </TableRow>        <TableRow>    <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  4  "/>             <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  5  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  6  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  *  "/>        </TableRow>        <TableRow>    <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  1  "/>        <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  2  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  3  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  . "/>         </TableRow>        <TableRow>                <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  0  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  =  "/>     <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  -  "/>         <Button     android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="  +  "/>        </TableRow><TextView      android:layout_width="fill_parent"     android:layout_height="wrap_content"     android:text="@string/hello"    /></TableLayout>

更多相关文章

  1. android典型代码系列(四)------android全屏代码
  2. 使用android快速开发框架afinal 开发android应用程序demo
  3. android日历实现
  4. 【自定义控件】 ------- GridView
  5. 代码设置android:icon,android:label
  6. Android(安卓)拖拽效果实现代码分享 - ORIETech
  7. android图片转换代码
  8. 介绍本人的一个Android项目(附源代码)
  9. ListView设置没有头部和底部分割线

随机推荐

  1. android px、dp、sp之间的换算公式
  2. Android(安卓)ProGuard 混淆 详解
  3. Android再按一次返回键退出程序的实现
  4. Android的EditText自定义背景,无光标解决
  5. Android(安卓)4.0中状态栏上各个按钮的点
  6. RecyclerView之ItemDecoration由浅入深
  7. Android(安卓)使用Post与Get方法进行表单
  8. Mac 配置Android(安卓)studio 环境变量
  9. [Android] S​Q​l​i​t​e​数​据​库
  10. android中锁屏后代码不运行的问题