//------------------------------------------------------------------------------// <auto-generated>//     This code was generated by a tool.//     Runtime Version:2.0.50727.4952////     Changes to this file may cause incorrect behavior and will be lost if//     the code is regenerated.// </auto-generated>//------------------------------------------------------------------------------namespace AndroidApplication{    public partial class Resource    {        public partial class Attribute        {            private Attribute()            {            }        }        public partial class Drawable        {            // aapt resource value: 0x7f020000            public const int Icon = 2130837504;            private Drawable()            {            }        }        public partial class Id        {            // aapt resource value: 0x7f050000            public const int MyButton = 2131034112;            private Id()            {            }        }        public partial class Layout        {            // aapt resource value: 0x7f030000            public const int Main = 2130903040;            private Layout()            {            }        }        public partial class String        {            // aapt resource value: 0x7f040001            public const int ApplicationName = 2130968577;            // aapt resource value: 0x7f040000            public const int Hello = 2130968576;            private String()            {            }        }    }}

designmono for android Main.axml

code

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="fill_parent"    android:layout_height="fill_parent"    android:orientation="vertical">    <Button        android:id="@+id/MyButton"        android:layout_width="321.3dp"        android:layout_height="wrap_content"        android:text="@string/Hello" /></LinearLayout>

更多相关文章

  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. android 进阶之如何阅读源码
  2. Android(安卓)ActionBar详解(六)--->利用
  3. Android System Property分析(1):property
  4. Android调用微信扫一扫和支付宝扫一扫
  5. 【Android】带进度条的WebView
  6. 《Android开发从零开始》——27.使用SAX
  7. Android开发方式分析
  8. android 百度地图 定位获取位置失败 62错
  9. 找不到android系统库的解决方案
  10. Android仿微信底部按钮滑动变色