摘要: axml C#using System;using Android.App;using Android.Content;using Android.Widget;using Android.OS;using Android.Graphics;using System.IO;namespace Phoot{ [Activity(Label = "Phoot", MainLauncher = true, Icon = "@drawable/icon")] public class Activity1 : Activity { public static in 阅读全文
posted @ 2014-02-17 20:48 查海涅 阅读(1516) 评论(2) 推荐(2) 编辑
摘要: 布局 C#代码 protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); // Set our view from the "main" layout resource SetContentView(Resource.Layout.Main); Button btn = FindViewById(Resource.Id.btn); btn.Cl... 阅读全文
posted @ 2014-02-17 10:22 查海涅 阅读(695) 评论(0) 推荐(0) 编辑