随笔分类 -  Xamarin

c#跨平台
摘要:1. android_m2repository_r错误 问题描述: Unzipping failed. Please download https://dl ssl.google.com/android/repository/android_m2repository_r .zip and extra 阅读全文
posted @ 2016-04-06 12:58 Arthur.Wang 阅读(693) 评论(0) 推荐(0)
摘要:方式一 直接在Activity的Attribute中定义 如下 在 MainActivity 中 注意:如果只是要不显示标题栏 可以使用 Theme = "@android:style/Theme.NoTitleBar" 方法二 在 Activity 的 OnCreate 中 上面两种方式 根据 j 阅读全文
posted @ 2016-04-05 15:09 Arthur.Wang 阅读(2163) 评论(0) 推荐(0)