摘要:
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 阅读全文
摘要:
布局 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... 阅读全文