<?xml version="1.0" encoding="utf-8"?>
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

            android:layout_width="match_parent"
        android:layout_height="wrap_content" />

            android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:stretchColumns="0,1,2,3,4" >

       

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="MC" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="MR" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="MS" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="+M" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="-M" />
       


       

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="<-" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="CE" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="C" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="+-" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="-/" />
       


       

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="7" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="8" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="9" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="/" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="%" />
       


       

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="4" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="5" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="6" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="*" />

                            android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="1/x" />
       

   



            android:layout_width="match_parent"
        android:layout_height="98dp"
        android:orientation="vertical" >

                    android:id="@+id/tl"
            android:layout_width="255dp"
            android:layout_height="wrap_content"
            android:layout_alignParentLeft="true"
            android:stretchColumns="0,1,2,3" >

           

                                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="1" />

                                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="2" />

                                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="3" />

                                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="4" />
           


                            android:layout_width="255dp"
                android:layout_height="wrap_content"
                android:stretchColumns="0,1,2,3" >

               

                                            android:layout_width="94dp"
                        android:layout_height="wrap_content"
                        android:text="0" />

                                            android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="." />

                                            android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="+" />
               

           
       
                    android:layout_toRightOf="@id/tl"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:text="="/>
   

 

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. AspectJ 在 Android 中的使用
  2. 搭建 Android X86 系统,替代AVD模拟器,解决
  3. Android中的一个简单的List应用
  4. 【Android】android开发---实现屏幕旋转
  5. Android 内核与标准Linux内核的区别
  6. 2017年Android恶意软件专题报告
  7. Android 开发优化 知识点
  8. Android 左右滑动切换页面或Activity的效
  9. Android NDK调试方式之一: adb logcat
  10. Android 瀑布流Demo